','');
e107::js('url','https://oss.maxcdn.com/respond/1.4.2/respond.min.js','','2','','');
e107::js('url','https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js', 'jquery', 2);
e107::js('url','https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js', 'jquery', 2);
// Options
define("THEME_DISCLAIMER", "
".MAW_THEME_1."");
define("USER_WIDTH", "width:100%");
define ("NEXTPREV_NOSTYLE", "TRUE");
define("IMODE", "light");
$LAYOUT['default'] = '
{MENU=2}
{MENU=3}
{MENU=4}
';
$LAYOUT['default-home'] = '
{MENU=2}
{MENU=3}
{MENU=4}
';
$LAYOUT['simple-page'] = '
{MENU=2}
{MENU=3}
{MENU=4}
';
$LAYOUT['wide-page'] = '
';
// News Categories Menu
define('NEWSCAT_COLS',false);
// Othernew + Othernus2
define('OTHERNEWS_COLS',false); // no tables, only divs.
define('OTHERNEWS_LIMIT', 10); // Limit to 5.
define('OTHERNEWS2_COLS',false); // no tables, only divs.
define('OTHERNEWS2_LIMIT', 5); // Limit to 5.
// Comments
define('COMMENTLINK', e107::getParser()->toGlyph('fa-comment'));
define('COMMENTOFFSTRING', '');
// Personal Messages Menu
define("PM_INBOX_ICON", "");
define("PM_OUTBOX_ICON", "");
define("BULLET", e107::getParser()->toGlyph('fa-check'));
// Table style
function tablestyle($caption, $text, $mode){
global $style;
switch ($style) {
case "no-caption":
echo "\n";
break;
default:
echo "\n";
break;
}
}
?>