Vergleich index.php - 1.8.19 - 1.8.20

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 29Zeile 29
if($mybb->user['uid'] != 0)
{
eval('$logoutlink = "'.$templates->get('index_logoutlink').'";');

if($mybb->user['uid'] != 0)
{
eval('$logoutlink = "'.$templates->get('index_logoutlink').'";');

}

$showteamlink = '';
if($mybb->settings['enableshowteam'] != 0)
{
$show_team_link_separator = '';
if(!empty($logoutlink))
{
$show_team_link_separator = $lang->board_stats_link_separator;
}

eval('$showteamlink = "'.$templates->get('index_showteamlink').'";');

 
}

$statspage = '';

}

$statspage = '';