setVar("TITLE",getActiveTitlePrefix()." - Character-Types"); $tmpl->setVar("CSS","templates/$TEMPLATE_DIR/include/$TMPL_CFG_CSS"); $tmpl->setVar("IMAGES_DIR","templates/$TEMPLATE_DIR/images/"); $tmpl->setVar("ADMINMODE_LINK","admin/index.php"); $tmpl->setLoop("NAVBAR",getNavBar()); $contextbar = array(); $contextbar = addContextItem($contextbar,getActiveTitlePrefix()."-statistics"); $contextbar = addLinkedContextItem($contextbar,"index.php","Ranking"); $contextbar = addContextItem($contextbar,"Character-Types"); $tmpl->setLoop("CONTEXTBAR",$contextbar); $tmpl->setLoop("charactertypes",getCharacterTypes()); $tmpl->setLoop("repairs",getRepairs()); $tmpl->setLoop("heals",getHeals()); //now finish the processtime timer $totaltime = timer()- $starttime; $tmpl->setVar("PROCESSTIME",sprintf ("%01.2f seconds",$totaltime)); @$tmpl->pparse(); ?>