|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Variables | |
| if(!is_object($this)) | $pid = intval($conf['pid_templateArchive']) |
| $content = '' | |
| $specialComment = '' | |
| if ($pid) $content = '' |
Definition at line 46 of file freesite_dummy_page_menu.php.
| if (!is_object($this)) $pid = intval($conf['pid_templateArchive']) |
Dummy menu of templates/dummy pages on the FreeSite Application.
This displays a menu with links to each dummy page set following the uid of the base template to use. Used for preview of the base templates. Required: The Freesite Application (extension: "freesite")
Revised for TYPO3 3.6 June/2003 by Kasper Skårhøj XHTML compliant
Definition at line 45 of file freesite_dummy_page_menu.php.
| $specialComment = '' |
Definition at line 48 of file freesite_dummy_page_menu.php.
1.7.5.1