system_themes
- Versions
- 4.6 – 5
system_themes()
Menu callback; displays a listing of all themes.
Code
modules/system.module, line 575
<?php
function system_themes() {
system_listing_save();
$form = system_theme_listing();
$form .= form_submit(t('Save configuration'));
print theme('page', form($form));
}
?>Login or register to post comments 