dblog_theme

Versions
6 – 7
dblog_theme()

Implementation of hook_theme()

Code

modules/dblog/dblog.module, line 32

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