Changeset 945
- Timestamp:
- 09/26/07 14:55:08 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisProcessor.php
r939 r945 177 177 $this->template->addGlobalVar('PAGE_NAME', $this->getPageName()); 178 178 $this->template->addGlobalVar('VARIANT', $this->session->getValue('net.stubbles.websites.variantmanager.variant', '')); 179 $this->template->addGlobalVar('SID', $this->session->getId()); 179 $this->template->addGlobalVar('SID', $this->session->getName() . '=' . $this->session->getId()); 180 $this->template->addGlobalVar('SESSION_NAME', $this->session->getName()); 181 $this->template->addGlobalVar('SESSION_ID', $this->session->getId()); 180 182 181 183 // check for user data
