diff -r 3dea509d88ae -r 84b56303cab5 includes/template.php --- a/includes/template.php Sat Jul 07 22:54:20 2007 -0400 +++ b/includes/template.php Sat Jul 07 23:06:28 2007 -0400 @@ -28,12 +28,7 @@ * @var string */ - var $fading_button = ' - Powered by Enano CMS - Powered by Enano CMS - '; + var $fading_button = ''; function __construct() { @@ -47,6 +42,13 @@ $this->plugin_blocks = Array(); $this->theme_loaded = false; + $fading_button = ' + Powered by Enano CMS + Powered by Enano CMS + '; + $this->theme_list = Array(); $this->named_theme_list = Array(); $e = $db->sql_query('SELECT theme_id,theme_name,enabled,default_style FROM '.table_prefix.'themes WHERE enabled=1 ORDER BY theme_order;');