<?phpdefine('IN_MYBB', 1); require "./global.php";add_breadcrumb("Upgrade", "upgrade.php");eval("\$html = \"".$templates->get("upgrade")."\";");output_page($html);?>
<html> <head> <title>Upgrade</title> {$headerinclude} </head> <body> {$header} <table border="0" cellspacing="1" cellpadding="4" class="tborder"> <tr> <td class="thead"><span class="smalltext"><strong>Upgrade</strong></span></td> </tr> <tr> <td class="trow1"> Add here your custom messages. </td></tr></table> {$footer} </body> </html>
Loading Info...