absolute-messages-wrapper.tpl.php in Absolute Messages 7
Same filename and directory in other branches
1 theme call to absolute-messages-wrapper.tpl.php
- theme_absolute_messages in ./
absolute_messages.module - Theme function, overriding Drupal's theme_status_messages().
File
theme/absolute-messages-wrapper.tpl.phpView source
<div id="absolute-messages-messages">
<div id="absolute-messages-show">
<a class="absolute-messages-show" title="<?php
print $vars['show_dismissed'];
?>"></a>
</div>
<?php
print $vars['messages'];
?>
</div>