{template}address_bar_part1{/template}
{if {$_CONF['info_row']['rewriterule']} == '1'}
<a href="f{$section_info['id']}{$password}.html">
{else}
<a href="index.php?page=forum&show=1&id={$section_info['id']}{$password}">
{/if}
{$section_info['title']}
</a>
{$_CONF['info_row']['adress_bar_separate']}
{if {$_CONF['info_row']['rewriterule']} == '1'}
<a href="t{$subject_id}.html">
{else}
<span dir="{$_CONF['info_row']['content_dir']}">
{$Info['prefix_subject']}
</span>
<a href="index.php?page=topic&show=1&id={$subject_id}">
{/if}
{$subject_title}</a>
{template}address_bar_part2{/template}
<br />
<table border="0" width="98%" style="border-collapse: collapse" align="center">
<tr>
<td align="right">
{if {$Info['close']}}
<ul class="pbbList_inline">
<li id="buttons_close" class="r-right">
{$lang['s_close']}
</li>
</ul>
{if !{$mod_toolbar}}
{template}add_reply_link{/template}
{template}add_subject_link{/template}
{/if}
{else}
{template}add_reply_link{/template}
{template}add_subject_link{/template}
{/if}
</td>
<td width="2%" align="right">
{if {$pager_reply}}
<table width="6%" border="0" cellpadding="1" class="pager" align="left">
<tr align="center">
<td width="2%" class="pager">
<a href="javascript:switchMenuNone('pager_top')"><img border="0" src="{$image_path}/menu_open.gif"
title="{$lang['Jump_between_pages']}" /></a>
<div style="display:none" id="pager_top" class="drop_menu">
<table width="120" border="0" cellspacing="1" class="border">
<tr align="center">
<td class="tbar">
{$lang['Go_to_the_page']}
</td>
</tr>
<tr align="center">
<td class="menu_popup" onclick="pagerBlock('pager_top')">
<form name="misc" method="post" action="index.php?page=misc&pagenav=1">
<input type="hidden" name="subject_id" value="{$subject_id}">
<input class="bginput" name="count" style="font-size: 11px;" size="4" type="text">
<input class="button" type="submit" value="{$lang['Go']}" name="page_button">
</form>
</td>
</tr>
</table>
</div>
</td>
<td align="left">{$pager_reply}
</td>
</tr>
</table>
{/if}
</td>
</tr>
</table>
<br />
<script type="text/javascript" src="includes/js/pbboard_topic.js"></script>
<script type="text/javascript">
var addquotebutton = "img-submit";
var removequotebutton = "img-quote-on";
</script>