1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

File cleanup.

This commit is contained in:
CaMer0n
2012-06-01 04:42:00 +00:00
parent 82e9355332
commit e886feef49
104 changed files with 330 additions and 15621 deletions

View File

@@ -689,7 +689,7 @@ class themeHandler
//FIXME e-hideme doesn't work when JS is turned off.
// This popup information should be loaded with ajax.
// $text .= "<div id='themeInfo_".$theme['id']."' class='e-hideme col-selection' style='position:relative;top:30px;width:480px'>\n".$this->renderThemeInfo($theme)."</div>\n";
$text .= "<div id='themeInfo_".$theme['id']."' class='e-hideme col-selection' style='position:relative;top:30px;width:480px'>\n".$this->renderThemeInfo($theme)."</div>\n";
$text .= "</div>";
return $text;