locale_theme

Versions
6 – 7
locale_theme()

Implementation of hook_theme()

Code

modules/locale/locale.module, line 295

<?php
function locale_theme() {
  return array(
    'locale_languages_overview_form' => array(
      'arguments' => array('form' => array()),
    ),
  );
}
?>
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.