diff -r 15dbbe7e7674 -r 17ebe24cdf85 includes/template.php --- a/includes/template.php Mon Aug 11 21:43:04 2008 -0400 +++ b/includes/template.php Mon Aug 11 22:31:04 2008 -0400 @@ -2,7 +2,7 @@ /* * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between - * Version 1.1.4 (Caoineag alpha 4) + * Version 1.1.5 (Caoineag alpha 5) * Copyright (C) 2006-2008 Dan Fuhry * * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License @@ -2498,8 +2498,8 @@ $this->toolbar_menu = ''; $this->additional_headers = ''; - $this->fading_button = '
-  + $this->fading_button = '
+
'; // get list of themes @@ -2622,7 +2622,7 @@ { $js_dynamic .= ''; } - $js_dynamic .= ''; + $js_dynamic .= ''; global $site_name, $site_desc; $site_default_name = ( !empty($site_name) ) ? $site_name : 'Critical error';