- Timestamp:
- 03/20/08 17:51:12 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/stubPageXJConfFactory.php
r1438 r1445 65 65 * returns the configured stubPage instance 66 66 * 67 * @param string $ configSource source of the page configuration to use67 * @param string $pageName name of the page to retrieve 68 68 * @return stubPage 69 69 */ 70 p ublic function getPage($configSource)70 protected function doGetPage($configSource) 71 71 { 72 72 $configSource = str_replace('/', DIRECTORY_SEPARATOR, $this->pagePrefix . $configSource);
