site-alert.tpl.php in Site Alert 7
1 theme call to site-alert.tpl.php
- site_alert_get_alert in ./
site_alert.module - Callback to get site alert information.
File
templates/site-alert.tpl.phpView source
<?php
/**
* @file
* site-alert.tpl.php
*/
?>
<div class="<?php
print $level;
?>">
<div class="text">
<?php
print $alert;
?>
</div>
</div>