mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Add files via upload
This commit is contained in:
@@ -1,181 +1,188 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* e107 website system
|
* e107 website system
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||||
* Released under the terms and conditions of the
|
* Released under the terms and conditions of the
|
||||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
if (!defined('e107_INIT')) { exit; }
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if(!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%"); }
|
||||||
if(!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%"); }
|
|
||||||
|
if (!isset($FORUM_MAIN_START))
|
||||||
if (!isset($FORUM_MAIN_START))
|
{
|
||||||
{
|
// How it should be??? (LAN Shortcodes replaced by their outputed LANS...)
|
||||||
$FORUM_MAIN_START = "<div style='text-align:center'>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<th colspan='2' style='width:60%; text-align:center' class='fcaption'>{FORUMTITLE}</th>\n<th style='width:10%; text-align:center' class='fcaption'>{THREADTITLE}</th>\n<th style='width:10%; text-align:center' class='fcaption'>{REPLYTITLE}</th>\n<th style='width:20%; text-align:center' class='fcaption'>{LASTPOSTITLE}</th>\n</tr>";
|
/*
|
||||||
}
|
$FORUM_MAIN_START = "<div style='text-align:center'>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<th colspan='2' style='width:60%; text-align:center' class='fcaption'>{FORUMTITLE}</th>\n<th style='width:10%; text-align:center' class='fcaption'>".LAN_FORUM_0002."</th>\n<th style='width:10%; text-align:center' class='fcaption'>".LAN_FORUM_0003."</th>\n<th style='width:20%; text-align:center' class='fcaption'>".LAN_FORUM_0004."</th>\n</tr>";
|
||||||
if (!isset($FORUM_MAIN_PARENT))
|
*/
|
||||||
{
|
// LEGACY definition with LAN Shortcodes ({THREADTITLE}, {REPLYTITLE}, {LASTPOSTITLE}).....
|
||||||
$FORUM_MAIN_PARENT = " <tr>\n<td colspan='5' class='forumheader'>{PARENTNAME} {PARENTSTATUS}</td>\n</tr>";
|
$FORUM_MAIN_START = "<div style='text-align:center'>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<th colspan='2' style='width:60%; text-align:center' class='fcaption'>{FORUMTITLE}</th>\n<th style='width:10%; text-align:center' class='fcaption'>{THREADTITLE}</th>\n<th style='width:10%; text-align:center' class='fcaption'>{REPLYTITLE}</th>\n<th style='width:20%; text-align:center' class='fcaption'>{LASTPOSTITLE}</th>\n</tr>";
|
||||||
}
|
}
|
||||||
if (!isset($FORUM_MAIN_FORUM))
|
if (!isset($FORUM_MAIN_PARENT))
|
||||||
{
|
{
|
||||||
$FORUM_MAIN_FORUM = "<tr>\n<td style='width:5%; text-align:center' class='forumheader2'>{NEWFLAG}</td>\n<td style='width:55%' class='forumheader2'>{FORUMNAME}<br /><span class='smallblacktext'>{FORUMDESCRIPTION}</span>{FORUMSUBFORUMS}</td>\n<td style='width:10%; text-align:center' class='forumheader3'>{THREADS}</td>\n<td style='width:10%; text-align:center' class='forumheader3'>{REPLIES}</td>\n<td style='width:20%; text-align:center' class='forumheader3'><span class='smallblacktext'>{LASTPOST}</span></td>\n</tr>";
|
$FORUM_MAIN_PARENT = " <tr>\n<td colspan='5' class='forumheader'>{PARENTNAME} {PARENTSTATUS}</td>\n</tr>";
|
||||||
}
|
}
|
||||||
if (!isset($FORUM_MAIN_END))
|
if (!isset($FORUM_MAIN_FORUM))
|
||||||
{
|
{
|
||||||
$FORUM_MAIN_END = "</table></div>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<td colspan='2' style='width:60%' class='fcaption'>{INFOTITLE}</td>\n</tr>\n<tr>\n<td rowspan='4' style='width:5%; text-align:center' class='forumheader3'>{LOGO}</td>\n<td style='width:auto' class='forumheader3'>{USERINFO}</td>\n</tr>\n<tr>\n<td style='width:95%' class='forumheader3'>{INFO}</td>\n</tr><tr>\n<td style='width:95%' class='forumheader3'>{FORUMINFO}</td>\n</tr>\n<tr>\n<td style='width:95%' class='forumheader3'>{USERLIST}<br />{STATLINK}</td>\n</tr>\n</table>\n</div>\n<div class='spacer'>\n<table class='fborder table' style='".USER_WIDTH."'>\n<tr>\n<td class='forumheader3' style='text-align:center; width:33%'>{ICONKEY}</td>\n<td style='text-align:center; width:33%' class='forumheader3'>{SEARCH}</td>\n<td style='width:33%; text-align:center; vertical-align:middle' class='forumheader3'><span class='smallblacktext'>{PERMS}</span>\n</td>\n</tr>\n</table>\n</div>\n</div>";
|
$FORUM_MAIN_FORUM = "<tr>\n<td style='width:5%; text-align:center' class='forumheader2'>{NEWFLAG}</td>\n<td style='width:55%' class='forumheader2'>{FORUMNAME}<br /><span class='smallblacktext'>{FORUMDESCRIPTION}</span>{FORUMSUBFORUMS}</td>\n<td style='width:10%; text-align:center' class='forumheader3'>{THREADS}</td>\n<td style='width:10%; text-align:center' class='forumheader3'>{REPLIES}</td>\n<td style='width:20%; text-align:center' class='forumheader3'><span class='smallblacktext'>{LASTPOST}</span></td>\n</tr>";
|
||||||
}
|
}
|
||||||
|
if (!isset($FORUM_MAIN_END))
|
||||||
if (!isset($FORUM_NEWPOSTS_START))
|
{
|
||||||
{
|
// How it should be??? (LAN Shortcodes replaced by their outputed LANS...)
|
||||||
$FORUM_NEWPOSTS_START = "<div style='text-align:center'>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<td style='width:3%' class='fcaption'> </td>\n<td style='width:60%' class='fcaption'>{NEWTHREADTITLE}</td>\n<td style='width:27%; text-align:center' class='fcaption'>{POSTEDTITLE}</td>\n</tr>";
|
/*
|
||||||
}
|
$FORUM_MAIN_END = "</table></div>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<td colspan='2' style='width:60%' class='fcaption'>".LAN_FORUM_0009."</td>\n</tr>\n<tr>\n<td rowspan='4' style='width:5%; text-align:center' class='forumheader3'>{LOGO}</td>\n<td style='width:auto' class='forumheader3'>{USERINFO}</td>\n</tr>\n<tr>\n<td style='width:95%' class='forumheader3'>{INFO}</td>\n</tr><tr>\n<td style='width:95%' class='forumheader3'>{FORUMINFO}</td>\n</tr>\n<tr>\n<td style='width:95%' class='forumheader3'>{USERLIST}<br />{STATLINK}</td>\n</tr>\n</table>\n</div>\n<div class='spacer'>\n<table class='fborder table' style='".USER_WIDTH."'>\n<tr>\n<td class='forumheader3' style='text-align:center; width:33%'>{ICONKEY}</td>\n<td style='text-align:center; width:33%' class='forumheader3'>{SEARCH}</td>\n<td style='width:33%; text-align:center; vertical-align:middle' class='forumheader3'><span class='smallblacktext'>{PERMS}</span>\n</td>\n</tr>\n</table>\n</div>\n</div>";
|
||||||
|
*/
|
||||||
if (!isset($FORUM_NEWPOSTS_MAIN))
|
// LEGACY definition with LAN Shortcodes ({INFOTITLE}).....
|
||||||
{
|
$FORUM_MAIN_END = "</table></div>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<td colspan='2' style='width:60%' class='fcaption'>{INFOTITLE}</td>\n</tr>\n<tr>\n<td rowspan='4' style='width:5%; text-align:center' class='forumheader3'>{LOGO}</td>\n<td style='width:auto' class='forumheader3'>{USERINFO}</td>\n</tr>\n<tr>\n<td style='width:95%' class='forumheader3'>{INFO}</td>\n</tr><tr>\n<td style='width:95%' class='forumheader3'>{FORUMINFO}</td>\n</tr>\n<tr>\n<td style='width:95%' class='forumheader3'>{USERLIST}<br />{STATLINK}</td>\n</tr>\n</table>\n</div>\n<div class='spacer'>\n<table class='fborder table' style='".USER_WIDTH."'>\n<tr>\n<td class='forumheader3' style='text-align:center; width:33%'>{ICONKEY}</td>\n<td style='text-align:center; width:33%' class='forumheader3'>{SEARCH}</td>\n<td style='width:33%; text-align:center; vertical-align:middle' class='forumheader3'><span class='smallblacktext'>{PERMS}</span>\n</td>\n</tr>\n</table>\n</div>\n</div>";
|
||||||
$FORUM_NEWPOSTS_MAIN = "<tr>\n<td style='width:3%' class='forumheader3'>{NEWIMAGE}</td>\n<td style='width:60%' class='forumheader3'>{NEWSPOSTNAME}</td>\n<td style='width:27%; text-align:center' class='forumheader3'>{STARTERTITLE}</td>\n</tr>";
|
}
|
||||||
}
|
|
||||||
|
if (!isset($FORUM_NEWPOSTS_START))
|
||||||
if (!isset($FORUM_NEWPOSTS_END))
|
{
|
||||||
{
|
// How it should be??? (LAN Shortcodes replaced by their outputed LANS...)
|
||||||
$FORUM_NEWPOSTS_END = "</table></div></div>";
|
/*
|
||||||
}
|
$FORUM_NEWPOSTS_START = "<div style='text-align:center'>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<td style='width:3%' class='fcaption'> </td>\n<td style='width:60%' class='fcaption'>".LAN_FORUM_0075."</td>\n<td style='width:27%; text-align:center' class='fcaption'>".LAN_FORUM_0074."</td>\n</tr>";
|
||||||
|
*/
|
||||||
if (!isset($FORUM_TRACK_START))
|
// LEGACY definition with LAN Shortcodes ({NEWTHREADTITLE}, {POSTEDTITLE}).....
|
||||||
{
|
$FORUM_NEWPOSTS_START = "<div style='text-align:center'>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<td style='width:3%' class='fcaption'> </td>\n<td style='width:60%' class='fcaption'>{NEWTHREADTITLE}</td>\n<td style='width:27%; text-align:center' class='fcaption'>{POSTEDTITLE}</td>\n</tr>";
|
||||||
$FORUM_TRACK_START = "<div style='text-align:center'>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<td colspan='3' style='width:60%' class='fcaption'>{TRACKTITLE}</td>\n</tr>\n";
|
}
|
||||||
|
|
||||||
if (!isset($FORUM_TRACK_MAIN))
|
if (!isset($FORUM_NEWPOSTS_MAIN))
|
||||||
{
|
{
|
||||||
$FORUM_TRACK_MAIN = "<tr>
|
$FORUM_NEWPOSTS_MAIN = "<tr>\n<td style='width:3%' class='forumheader3'>{NEWIMAGE}</td>\n<td style='width:60%' class='forumheader3'>{NEWSPOSTNAME}</td>\n<td style='width:27%; text-align:center' class='forumheader3'>{STARTERTITLE}</td>\n</tr>";
|
||||||
<td style='text-align:center; vertical-align:middle; width:6%' class='forumheader3'>{NEWIMAGE}</td>
|
}
|
||||||
<td style='vertical-align:middle; text-align:left; width:70%' class='forumheader3'><span class='mediumtext'>{TRACKPOSTNAME}</span></td>
|
|
||||||
<td style='vertical-align:middle; text-align:center; width:24%' class='forumheader3'><span class='mediumtext'>{UNTRACK}</span></td>
|
if (!isset($FORUM_NEWPOSTS_END))
|
||||||
</tr>";
|
{
|
||||||
}
|
$FORUM_NEWPOSTS_END = "</table></div></div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($FORUM_TRACK_END))
|
if (!isset($FORUM_TRACK_START))
|
||||||
{
|
{
|
||||||
$FORUM_TRACK_END = "</table>\n</div>\n</div>";
|
// How it should be??? (LAN Shortcodes replaced by their outputed LANS...)
|
||||||
}
|
/*
|
||||||
|
$FORUM_TRACK_START = "<div style='text-align:center'>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<td colspan='3' style='width:60%' class='fcaption'>".LAN_FORUM_0073."</td>\n</tr>\n";
|
||||||
|
*/
|
||||||
/*
|
// LEGACY definition with LAN Shortcodes ({TRACKTITLE}).....
|
||||||
$FORUM_MAIN_START = "<br />MAIN START";
|
$FORUM_TRACK_START = "<div style='text-align:center'>\n<div class='spacer'>\n<table style='".USER_WIDTH."' class='fborder table'>\n<tr>\n<td colspan='3' style='width:60%' class='fcaption'>{TRACKTITLE}</td>\n</tr>\n";
|
||||||
$FORUM_MAIN_PARENT = "<br />MAIN PARENT";
|
|
||||||
$FORUM_MAIN_FORUM = "<br />MAIN FORUM";
|
if (!isset($FORUM_TRACK_MAIN))
|
||||||
$FORUM_MAIN_END = "<br />MAIN END";
|
{
|
||||||
$FORUM_NEWPOSTS_START = "<br />NEWPOSTS-START";
|
$FORUM_TRACK_MAIN = "<tr>
|
||||||
$FORUM_NEWPOSTS_MAIN = "<br />NEWPOSTS-MAIN";
|
<td style='text-align:center; vertical-align:middle; width:6%' class='forumheader3'>{NEWIMAGE}</td>
|
||||||
$FORUM_NEWPOSTS_END = "<br />NEWPOSTS END";
|
<td style='vertical-align:middle; text-align:left; width:70%' class='forumheader3'><span class='mediumtext'>{TRACKPOSTNAME}</span></td>
|
||||||
$FORUM_TRACK_START = "<br />TRACK-START";
|
<td style='vertical-align:middle; text-align:center; width:24%' class='forumheader3'><span class='mediumtext'>{UNTRACK}</span></td>
|
||||||
$FORUM_TRACK_MAIN = "<br />TRACK-MAIN";
|
</tr>";
|
||||||
$FORUM_TRACK_END = "<br />TRACK-END";
|
}
|
||||||
*/
|
}
|
||||||
|
|
||||||
// New in v2.x - requires a bootstrap theme be loaded.
|
if (!isset($FORUM_TRACK_END))
|
||||||
|
{
|
||||||
|
$FORUM_TRACK_END = "</table>\n</div>\n</div>";
|
||||||
$FORUM_TEMPLATE['main']['start'] = "{FORUM_BREADCRUMB}
|
}
|
||||||
<div class=''>
|
|
||||||
|
|
||||||
<div class='form-group right'>
|
/*
|
||||||
{SEARCH}
|
$FORUM_MAIN_START = "<br />MAIN START";
|
||||||
</div>
|
$FORUM_MAIN_PARENT = "<br />MAIN PARENT";
|
||||||
</div>
|
$FORUM_MAIN_FORUM = "<br />MAIN FORUM";
|
||||||
<div id='forum' >
|
$FORUM_MAIN_END = "<br />MAIN END";
|
||||||
<table class='table table-striped table-bordered table-hover'>
|
$FORUM_NEWPOSTS_START = "<br />NEWPOSTS-START";
|
||||||
<colgroup>
|
$FORUM_NEWPOSTS_MAIN = "<br />NEWPOSTS-MAIN";
|
||||||
<col style='width:3%' />
|
$FORUM_NEWPOSTS_END = "<br />NEWPOSTS END";
|
||||||
<col />
|
$FORUM_TRACK_START = "<br />TRACK-START";
|
||||||
<col class='hidden-xs' style='width:10%' />
|
$FORUM_TRACK_MAIN = "<br />TRACK-MAIN";
|
||||||
<col style='width:10%' />
|
$FORUM_TRACK_END = "<br />TRACK-END";
|
||||||
<col class='hidden-xs' style='width:20%' />
|
*/
|
||||||
</colgroup>
|
|
||||||
<tr>
|
// New in v2.x - requires a bootstrap theme be loaded.
|
||||||
<th colspan='5'>{FORUMTITLE}</th>
|
|
||||||
</tr>";
|
|
||||||
|
$FORUM_TEMPLATE['main']['start'] = "{FORUM_BREADCRUMB}
|
||||||
$FORUM_TEMPLATE['main']['parent'] = "<tr>
|
<div class=''>
|
||||||
<th colspan='2'>{PARENTNAME} {PARENTSTATUS}</th>
|
|
||||||
<th class='hidden-xs text-center'>".LAN_FORUM_0003."</th>
|
<div class='form-group right'>
|
||||||
<th class='text-center'>".LAN_FORUM_0002."</th>
|
{SEARCH}
|
||||||
<th class='hidden-xs text-center'>".LAN_FORUM_0004."</th>
|
</div>
|
||||||
</tr>";
|
</div>
|
||||||
|
<div id='forum' >
|
||||||
|
<table class='table table-striped table-bordered table-hover'>
|
||||||
$FORUM_TEMPLATE['main']['forum'] = "<tr>
|
<colgroup>
|
||||||
<td>{NEWFLAG}</td>
|
<col style='width:3%' />
|
||||||
<td>{FORUMNAME}<br /><small>{FORUMDESCRIPTION}</small>{FORUMSUBFORUMS}</td>
|
<col />
|
||||||
<td class='hidden-xs text-center'>{REPLIESX}</td>
|
<col class='hidden-xs' style='width:10%' />
|
||||||
<td class='text-center'>{THREADSX}</td>
|
<col style='width:10%' />
|
||||||
<td class='hidden-xs text-center'><small>{LASTPOSTUSER} {LASTPOSTDATE}</small></td>
|
<col class='hidden-xs' style='width:20%' />
|
||||||
</tr>";
|
</colgroup>
|
||||||
|
<tr>
|
||||||
$FORUM_TEMPLATE['main']['end'] = "</table><div class='forum-footer center'><small>{USERINFOX}</small></div></div>";
|
<th colspan='5'>{FORUMTITLE}</th>
|
||||||
|
</tr>";
|
||||||
|
|
||||||
|
$FORUM_TEMPLATE['main']['parent'] = "<tr>
|
||||||
// Tracking
|
<th colspan='2'>{PARENTNAME} {PARENTSTATUS}</th>
|
||||||
$FORUM_TEMPLATE['track']['start'] = "{FORUM_BREADCRUMB}<div id='forum-track'>
|
<th class='hidden-xs text-center'>".LAN_FORUM_0003."</th>
|
||||||
<table class='table table-striped table-bordered table-hover'>
|
<th class='text-center'>".LAN_FORUM_0002."</th>
|
||||||
<colgroup>
|
<th class='hidden-xs text-center'>".LAN_FORUM_0004."</th>
|
||||||
<col style='width:5%' />
|
</tr>";
|
||||||
<col />
|
|
||||||
<col style='width:15%' />
|
|
||||||
<col style='width:5%' />
|
$FORUM_TEMPLATE['main']['forum'] = "<tr>
|
||||||
</colgroup>
|
<td>{NEWFLAG}</td>
|
||||||
<thead>
|
<td>{FORUMNAME}<br /><small>{FORUMDESCRIPTION}</small>{FORUMSUBFORUMS}</td>
|
||||||
<tr>
|
<td class='hidden-xs text-center'>{REPLIESX}</td>
|
||||||
|
<td class='text-center'>{THREADSX}</td>
|
||||||
<th colspan='2'>".LAN_FORUM_1003."</th>
|
<td class='hidden-xs text-center'><small>{LASTPOSTUSER} {LASTPOSTDATE}</small></td>
|
||||||
<th class='hidden-xs text-center'>".LAN_FORUM_0004."</th>
|
</tr>";
|
||||||
<th class='text-center'>".LAN_FORUM_1020."</th>
|
|
||||||
</tr>
|
$FORUM_TEMPLATE['main']['end'] = "</table><div class='forum-footer center'><small>{USERINFOX}</small></div></div>";
|
||||||
</thead>
|
|
||||||
";
|
|
||||||
|
|
||||||
$FORUM_TEMPLATE['track']['item'] = "<tr>
|
// Tracking
|
||||||
<td class='text-center'>{NEWIMAGE}</td>
|
$FORUM_TEMPLATE['track']['start'] = "{FORUM_BREADCRUMB}<div id='forum-track'>
|
||||||
<td>{TRACKPOSTNAME}</td>
|
<table class='table table-striped table-bordered table-hover'>
|
||||||
<td class='hidden-xs text-center'><small>{LASTPOSTUSER} {LASTPOSTDATE}</small></td>
|
<colgroup>
|
||||||
<td class='text-center'>{UNTRACK}</td>
|
<col style='width:5%' />
|
||||||
</tr>";
|
<col />
|
||||||
|
<col style='width:15%' />
|
||||||
|
<col style='width:5%' />
|
||||||
$FORUM_TEMPLATE['track']['end'] = "</table>\n</div>";
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
|
||||||
|
<th colspan='2'>".LAN_FORUM_1003."</th>
|
||||||
/*
|
<th class='hidden-xs text-center'>".LAN_FORUM_0004."</th>
|
||||||
$FORUM_TEMPLATE['main-end'] .= "
|
<th class='text-center'>".LAN_FORUM_1020."</th>
|
||||||
|
</tr>
|
||||||
<div class='center'>
|
</thead>
|
||||||
<small class='muted'>{PERMS}</small>
|
";
|
||||||
</div>
|
|
||||||
<table style='".USER_WIDTH."' class='fborder table'>\n<tr>
|
$FORUM_TEMPLATE['track']['item'] = "<tr>
|
||||||
<td colspan='2' style='width:60%' class='fcaption'>{INFOTITLE}</td>\n</tr>\n<tr>
|
<td class='text-center'>{NEWIMAGE}</td>
|
||||||
<td rowspan='4' style='width:5%; text-align:center' class='forumheader3'>{LOGO}</td>
|
<td>{TRACKPOSTNAME}</td>
|
||||||
<td style='width:auto' class='forumheader3'>{USERINFO}</td>\n</tr>
|
<td class='hidden-xs text-center'><small>{LASTPOSTUSER} {LASTPOSTDATE}</small></td>
|
||||||
<tr>\n<td style='width:95%' class='forumheader3'>{INFO}</td>\n</tr>
|
<td class='text-center'>{UNTRACK}</td>
|
||||||
<tr>\n<td style='width:95%' class='forumheader3'>{FORUMINFO}</td>\n</tr>
|
</tr>";
|
||||||
<tr>\n<td style='width:95%' class='forumheader3'>{USERLIST}<br />{STATLINK}</td>\n</tr>\n</table>
|
|
||||||
";
|
|
||||||
*/
|
$FORUM_TEMPLATE['track']['end'] = "</table>\n</div>";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
$FORUM_TEMPLATE['main-end'] .= "
|
||||||
|
|
||||||
|
<div class='center'>
|
||||||
|
<small class='muted'>{PERMS}</small>
|
||||||
|
</div>
|
||||||
|
<table style='".USER_WIDTH."' class='fborder table'>\n<tr>
|
||||||
|
<td colspan='2' style='width:60%' class='fcaption'>{INFOTITLE}</td>\n</tr>\n<tr>
|
||||||
?>
|
<td rowspan='4' style='width:5%; text-align:center' class='forumheader3'>{LOGO}</td>
|
||||||
|
<td style='width:auto' class='forumheader3'>{USERINFO}</td>\n</tr>
|
||||||
|
<tr>\n<td style='width:95%' class='forumheader3'>{INFO}</td>\n</tr>
|
||||||
|
<tr>\n<td style='width:95%' class='forumheader3'>{FORUMINFO}</td>\n</tr>
|
||||||
|
<tr>\n<td style='width:95%' class='forumheader3'>{USERLIST}<br />{STATLINK}</td>\n</tr>\n</table>
|
||||||
|
";
|
||||||
|
*/
|
||||||
|
?>
|
||||||
|
Reference in New Issue
Block a user