Go to the source code of this file.
Variables | |
| PHP | $page_author = $creator_name |
| $page_author_email = $creator_email | |
| $page_menu = 1 | |
| $page_date = formatTime( time() ) | |
| $page_title = i18n("Theme setup") | |
| $setupPage | contents |
| $themeOptionsPanel = new optionsPanel("theme") | |
| $bgarray [1] = "transparent" | |
| $bgarray [2] = "#e0e0e0" | |
| $fp = opendir($files_folder) | |
| $array_index = 0 | |
| $page_content = $setupPage->render() | |
| $array_index = 0 |
Definition at line 83 of file themesetup.php.
Referenced by Page::fetchMenuMenuList(), Page::fetchPageList(), Page::getFreeMenuID(), and Page::getFreePageID().
| $bgarray[2] = "#e0e0e0" |
Definition at line 81 of file themesetup.php.
| $bgarray[1] = "transparent" |
Definition at line 80 of file themesetup.php.
| $fp = opendir($files_folder) |
Definition at line 82 of file themesetup.php.
| PHP $page_author = $creator_name |
Definition at line 17 of file themesetup.php.
| $page_author_email = $creator_email |
Definition at line 18 of file themesetup.php.
| $page_content = $setupPage->render() |
Definition at line 106 of file themesetup.php.
| $page_date = formatTime( time() ) |
Definition at line 20 of file themesetup.php.
| $page_menu = 1 |
Definition at line 19 of file themesetup.php.
| $page_title = i18n("Theme setup") |
Definition at line 21 of file themesetup.php.
| $themeOptionsPanel = new optionsPanel("theme") |
Definition at line 48 of file themesetup.php.
Initial value:
" <form enctype=\"multipart/form-data\" action=\"" . thisPageURL() . "\" method=\"post\">"
Definition at line 32 of file themesetup.php.
1.5.5