mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
This commit is contained in:
@@ -650,7 +650,7 @@ class themeHandler
|
||||
$var = call_user_func(array(&$this->themeConfigObj, 'config'));
|
||||
foreach ($var as $val)
|
||||
{
|
||||
$text .= "<tr><td><b>".$val['caption']."</b>:</td><td colspan='2'>".$val['html']."</td></tr>";
|
||||
$text = "<tr><td><b>".$val['caption']."</b>:</td><td colspan='2'>".$val['html']."</td></tr>";
|
||||
}
|
||||
return $text;
|
||||
}
|
||||
|
Reference in New Issue
Block a user