Go to the source code of this file.
Variables | |
PHP | $themesfolder = "$setup_folder/themes/" |
$fp = opendir($themesfolder) | |
$theme_name [] = fread($fp, filesize("$themesfolder$value/name.txt")) | |
$theme_options |
$fp = opendir($themesfolder) |
Definition at line 19 of file theme_list.php.
$theme_name[] = fread($fp, filesize("$themesfolder$value/name.txt")) |
Definition at line 32 of file theme_list.php.
$theme_options |
Initial value:
array( "theme_follows_menu" => "1", "force_follow" => "0")
Definition at line 41 of file theme_list.php.
PHP $themesfolder = "$setup_folder/themes/" |
Definition at line 17 of file theme_list.php.