Просмотр файла smarty_template/lite/libreit.tpl

Размер файла: 372B
{include file="head.tpl"}

{if $ERROR}
<div class="d1">
{$ERROR}
<br/>
<a href="#" onclick="history.back(); return false;">Назад</a>
</div>
{else}



<div class="d2"> Меню раздела</div>
<div class="d1">
<a href="index.php">Библиотека</a><br/>
<a href="../index.php">На главную</a>
</div>
{/if}
{include file="foot.tpl"}