function dblog_theme

dblog_theme()

Implements hook_theme().

File

modules/dblog/dblog.module, line 183
System monitoring and logging for administrators.

Code

function dblog_theme() {
  return array(
    'dblog_message' => array(
      'variables' => array('event' => NULL, 'link' => FALSE),
      'file' => 'dblog.admin.inc',
    ),
  );
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!dblog!dblog.module/function/dblog_theme/7.x