mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
More notice removal
This commit is contained in:
@@ -102,7 +102,7 @@ if($headline_total = $sql->db_Select("newsfeed"))
|
||||
{
|
||||
$nfArray = $sql -> db_getList();
|
||||
|
||||
$text = "<div style='text-align:center'>
|
||||
$text = "
|
||||
<table class='table adminform'>
|
||||
<colgroup>
|
||||
<col style='width: 5%; text-align: center;' />
|
||||
@@ -134,7 +134,7 @@ if($headline_total = $sql->db_Select("newsfeed"))
|
||||
</tr>\n";
|
||||
}
|
||||
|
||||
$text .= "</table>\n</div>";
|
||||
$text .= "</table>";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@@ -23,7 +23,7 @@ if (!plugInstalled('newsfeed'))
|
||||
|
||||
include_lan(e_PLUGIN.'newsfeed/languages/'.e_LANGUAGE.'_frontpage.php');
|
||||
|
||||
$front_page['newsfeed']['title'] = NWSF_FP_1.': '.$row['content_heading'];
|
||||
$front_page['newsfeed']['title'] = NWSF_FP_1.': '.vartrue($row['content_heading']);
|
||||
$front_page['newsfeed']['page'][] = array('page' => $PLUGINS_DIRECTORY.'newsfeed/newsfeed.php', 'title' => NWSF_FP_2);
|
||||
|
||||
if ($sql -> db_Select("newsfeed", "newsfeed_id, newsfeed_name")) {
|
||||
|
Reference in New Issue
Block a user