mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
GUI and backwards compatibility fixes
This commit is contained in:
@@ -20,7 +20,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
$NEWSFEED_MAIN_CAPTION = NFLAN_38;
|
||||
|
||||
$NEWSFEED_LIST_START = "
|
||||
<table style='width: 100%;' class='fborder'>\n";
|
||||
<table style='width: 100%;' class='table fborder'>\n";
|
||||
|
||||
$NEWSFEED_LIST = "
|
||||
<tr>
|
||||
@@ -32,7 +32,7 @@ $NEWSFEED_LIST_END = "
|
||||
</table>\n";
|
||||
|
||||
$NEWSFEED_MAIN_START = "
|
||||
<table style='width: 100%;' class='fborder'>
|
||||
<table style='width: 100%;' class='table fborder'>
|
||||
<tr>
|
||||
<td class='forumheader'>{FEEDIMAGE} {FEEDTITLE}</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user