';
}
}
switch ($mode)
{
case 'default':
$text .= "".$icon." ".$tp->toHTML($title,FALSE,"defs, emotes_off")." | ";
break;
case 'classis':
$text .= "".$icon."
".$tp->toHTML($title,FALSE,"defs, emotes_off")."
| ";
break;
case 'beginner':
$text .= "".$icon."
| ";
break;
case 'div':
$text .= "";
break;
case 'div-icon-only':
$text .= "";
break;
default:
break;
}
$td++;
}
}
return $text;
*/
}
function render_clean() // still used by classis, tabbed etc.
{
global $td;
$text = "";
while ($td <= ADLINK_COLS)
{
$text .= " | ";
$td++;
}
$text .= "
";
$td = 1;
return $text;
}
if(is_object($adp))
{
$adp->render();
}
else
{
require_once(e_ADMIN.'includes/'.$pref['adminstyle'].'.php');
}
function admin_info()
{
global $tp;
$width = (getperms('0')) ? "33%" : "50%";
$ADMIN_INFO_TEMPLATE = "