color_theme()
Implementation of hook_theme().
modules/color/color.module, line 21
<?php function color_theme() { return array( 'color_scheme_form' => array( 'arguments' => array('form' => NULL), ), ); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen