function rave_alerts_theme in RAVE Alerts 7
Same name and namespace in other branches
- 1.0.x rave_alerts.module \rave_alerts_theme()
Implements hook_theme().
File
- ./
rave_alerts.module, line 174 - CU Alerts module
Code
function rave_alerts_theme($existing, $type, $theme, $path) {
return array(
'rave_alerts_alerts' => array(
'variables' => array(
'data' => NULL,
'remote_url' => NULL,
),
'template' => 'rave_alerts',
),
);
}