You are here

absolute-messages-wrapper.tpl.php in Absolute Messages 7

Same filename and directory in other branches
  1. 6 theme/absolute-messages-wrapper.tpl.php

File

theme/absolute-messages-wrapper.tpl.php
View 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>