Changeset 931
- Timestamp:
- 09/21/07 16:15:41 (10 months ago)
- Files:
-
- trunk/examples/pages/index.xml (copied) (copied from trunk/examples/pages/memphis/index.xml)
- trunk/pages/index.xml (copied) (copied from trunk/pages/memphis/index.xml)
- trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisProcessor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisProcessor.php
r930 r931 85 85 { 86 86 try { 87 $page = $this->pageFactory->getPage( 'memphis/' . $this->getPageName('memphis'));87 $page = $this->pageFactory->getPage($this->getPageName()); 88 88 } catch (stubPageConfigurationException $pce) { 89 89 $this->response->replaceData((string) $pce); … … 175 175 $this->template->addGlobalVar('UCUO_FRAME', $this->getFrameId($page)); 176 176 $this->template->addGlobalVar('PAGE_TITLE', $page->getProperty('title')); 177 $this->template->addGlobalVar('PAGE_NAME', $this->getPageName( 'memphis'));177 $this->template->addGlobalVar('PAGE_NAME', $this->getPageName()); 178 178 $this->template->addGlobalVar('VARIANT', $this->session->getValue('net.stubbles.websites.variantmanager.variant', '')); 179 179 $this->template->addGlobalVar('SID', $this->session->getId());
