{Des::while}{SectionVisitor}
{if {$SectionVisitor['username']} == 'Guest'}
<?php echo $PowerBB->_CONF['template']['while']['SectionVisitor'][$this->x_loop]['username_style'] = str_ireplace('Guest',$PowerBB->_CONF['template']['lang']['Guest_'],$PowerBB->_CONF['template']['while']['SectionVisitor'][$this->x_loop]['username_style']); ?>Ø
{else}
{if {$_CONF['info_row']['rewriterule']} == '1'}
<a href="u{$SectionVisitor['user_id']}.html"
title="{$lang['time_logged_online']}
{$SectionVisitor['logged']}">
{$SectionVisitor['username_style']}</a>Ø
{else}
<a href="index.php?page=profile&show=1&id={$SectionVisitor['user_id']}"
title="{$lang['time_logged_online']}
{$SectionVisitor['logged']}">
{$SectionVisitor['username_style']}</a>Ø
{/if}
{/if}
{/Des::while}
{if {$_CONF['info_row']['show_onlineguest']} != 1}
{if {$MemberNumber} <= 0}
{$lang['no_online_section']}
{/if}
{/if}