1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Notice removal

This commit is contained in:
Cameron
2012-12-15 16:41:37 -08:00
parent bda11edee4
commit 0779798f89
3 changed files with 6 additions and 8 deletions

View File

@@ -457,10 +457,8 @@ class themeHandler
// Show All Themes
if($mode == "choose")
{
// $text = "";
{
$text = "";
foreach ($this->themeArray as $key=>$theme)
{
$text .= $this->renderTheme(FALSE, $theme);