1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-04 21:57:46 +00:00
Havana/tools/www-tpl/default-en/housekeeping/base/alert.tpl
2022-09-04 10:33:18 +10:00

8 lines
No EOL
112 B
Smarty

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