1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-04 05:37:47 +00:00
Havana/tools/www-tpl/default/housekeeping/base/alert.tpl
2022-09-03 15:05:14 +10:00

8 lines
No EOL
112 B
Smarty

{% if alert.hasAlert %}
<div class="alert alert-{{ alert.colour }}">
{{ alert.message }}
</div>
{% endif %}