1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-06-17 07:30:48 +03:00
ifhub-skin/actions/ActionArchive/index.tpl

19 lines
618 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{**
* Страница вывода правил
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_page_title'}
Архивы
{/block}
{block 'layout_content'}
<p>А здесь будет список архивов.</p>
<p>На данный момент на сайте хранятся два архива:</p>
<p><ul>
<li>4 выпуска журнала IFPrint: <a href="/2016/02/09/zhurnal-ifprintorg-vypuski-1-4.html">прочитать</a></li>
<li>Еженедельные дампы <a href="http://ifwiki.ru">IFWiki</a>: <a href="/archive/wiki">просмотреть</a></li>
</ul></p>
{/block}