<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$_CONF['info_row']['content_dir']}" lang="{$_CONF['info_row']['content_language']}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$_CONF['info_row']['charset']}" />
<meta http-equiv="Content-Language" content="{$_CONF['info_row']['content_language']}" />
<meta name="keywords" content="{$_CONF['info_row']['keywords']}" />
<meta name="description" content="{$_CONF['info_row']['description']}" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="archive/archive.css" />
<title> {$lang['archive']}
- {$_CONF['info_row']['title']}
{if {$_CONF['info_row']['allowed_powered']} == 1}
- {$lang['powered']}
{/if}</title>
</head>
<body>
<div class="pagebody">
<div id="navbar">
{if {$_CONF['info_row']['rewriterule']} == '1'}
<a href="archive.html">
{else}
<a href="index.php?page=archive">
{/if}
{$_CONF['info_row']['title']}</a>
{$_CONF['info_row']['adress_bar_separate']}
{$lang['archive_t']} </div>
<br />
<p class="largefont"> {$lang['view_full_version']}
<a href="index.php">{$_CONF['info_row']['title']}</a></p>
<br />
<div id="content">
{if {$show_sub_sections}} {/if} {Des::foreach}{forums_list}{forum} {if {$forum['parent']} == 0}
{if {$forum['sort']} != 1} <br />
{/if}
<a style="font-weight: bold;">{$forum['title']}</a><br />
{/if}
{if {$forum['parent']} != 0}
{if {$forum['linksection']} != '1'}
{if {$_CONF['info_row']['rewriterule']} == '1'}
<ul>
<li>
<a href="Af{$forum['id']}.html">
{$forum['title']}</a>
{else}
<ul>
<li>
<a href="index.php?page=forum_archive&show=1&id={$forum['id']}">
{$forum['title']}</a>
{/if}
<br />
{if {$forum['is_sub_archive']}}
<ul>
{$forum['sub_archive']}
</ul>
{/if}
</li>
</ul>
{else}
<ul>
<li>
{if {$_CONF['info_row']['rewriterule']} == '1'}
<a href="Af{$forum['id']}.html">
{$forum['title']}</a>
{else}
<a href="index.php?page=forum_archive&show=1&id={$forum['id']}">
{$forum['title']}</a>
{/if}
<br />
{$forum['describe']}
{$lang['views']}
{$forum['linkvisitor']} {/if} {/if}
{/Des::foreach} </li>
</ul>
<br />
<br />
<br />
</div>
</body>