Changeset 931

Show
Ignore:
Timestamp:
09/21/07 16:15:41 (10 months ago)
Author:
mikey
Message:

another change to placement of memphis page configuration files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/websites/memphis/stubMemphisProcessor.php

    r930 r931  
    8585    { 
    8686        try { 
    87             $page = $this->pageFactory->getPage('memphis/' . $this->getPageName('memphis')); 
     87            $page = $this->pageFactory->getPage($this->getPageName()); 
    8888        } catch (stubPageConfigurationException $pce) { 
    8989            $this->response->replaceData((string) $pce); 
     
    175175        $this->template->addGlobalVar('UCUO_FRAME', $this->getFrameId($page)); 
    176176        $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()); 
    178178        $this->template->addGlobalVar('VARIANT', $this->session->getValue('net.stubbles.websites.variantmanager.variant', '')); 
    179179        $this->template->addGlobalVar('SID', $this->session->getId());