1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 08:39:57 +02:00

GUI and backwards compatibility fixes

This commit is contained in:
Tijn Kuyper
2012-12-22 11:42:02 +01:00
parent 97d4ea731c
commit 9f3f37f3a1
10 changed files with 80 additions and 48 deletions

View File

@@ -93,7 +93,7 @@ $TEMPLATE_LIST_NEW['PAGE_NEW_END'] = "
//MULTI COLOMNS LAYOUT MASTER -----------------------------------------------------------
$TEMPLATE_LIST_NEW['COL_START'] = "
<div style='text-align:center;'>
<table class='fborder' style='width:100%;' cellspacing='0' cellpadding='0'>
<table class='table fborder' style='width:100%;' cellspacing='0' cellpadding='0'>
<tr>";
$TEMPLATE_LIST_NEW['COL_WELCOME'] = "<td colspan='{LIST_COL_COLS}' class='forumheader3'>{LIST_COL_WELCOMETEXT}<br /><br /></td>";
$TEMPLATE_LIST_NEW['COL_ROWSWITCH'] = "</tr><tr>";