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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.