';
}
if ($mode == 'default')
{
$text .= "".$icon." ".$tp->toHTML($title,FALSE,"defs, emotes_off")." | ";
}
elseif ($mode == 'classis')
{
$text .= "".$icon."
".$tp->toHTML($title,FALSE,"defs, emotes_off")."
| ";
}
elseif ($mode == 'beginner')
{
$text .= "".$icon."
| ";
}
$td++;
}
}
return $text;
}
function render_clean()
{
global $td;
while ($td <= ADLINK_COLS) {
$text .= " | ";
$td++;
}
$text .= "
";
$td = 1;
return $text;
}
$newarray = asortbyindex($array_functions, 1);
require_once(e_ADMIN.'includes/'.$pref['adminstyle'].'.php');
function admin_info()
{
global $tp;
$width = (getperms('0')) ? "33%" : "50%";
$ADMIN_INFO_TEMPLATE = "