<?php define('IN_MYBB', 1); require "./global.php"; add_breadcrumb("Extras", "extras.php"); eval("\$html = \"".$templates->get("extras")."\";"); output_page($html); ?>
<html> <head> <title>{$mybb->settings['bbname']} - Extras</title> {$headerinclude} </head> <body> {$header} Your content here {$footer} </body> </html>
19-05-2015, 01:06 AMPirate Wrote: thats not what I meant. I mean like a table of the extra features a forum has and what groups can use it
<html> <head> <title>{$mybb->settings['bbname']} - Extras</title> {$headerinclude} </head> <body> {$header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2">Extras</td> </tr> <tr> <td class="tcat" align="left"><span class="smalltext"><strong>First</strong></span></td> <td class="tcat" align="left"><span class="smalltext"><strong>Second</strong></span></td> </tr> <tr> <td class="trow1" align="left"><span class="smalltext">First</span></td> <td class="trow1" align="left"><span class="smalltext">Second</span></td> </tr> </table> </div> {$footer} </body> </html>
Loading Info...