This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/templates/misaki/errors/information.tpl

8 lines
332 B
Smarty
Raw Normal View History

2015-08-23 22:08:36 +00:00
{% include 'global/header.tpl' %}
<div class="content standalone">
2015-08-28 20:32:31 +00:00
<h1 class="sectionHead">Information</h1>
2015-08-23 22:08:36 +00:00
{{ page.message }}
{% if page.redirect %}<br /><a href="{{ page.redirect }}" class="default">Click here if you aren't being redirected.</a>{% endif %}
</div>
{% include 'global/footer.tpl' %}