Fixed stupid typo in template.php that made the fading button not work...
authorDan
Thu, 12 Jul 2007 15:30:26 -0400
changeset 68 eb34257a6377
parent 67 f6454d5fec7a
child 69 63638a42cee9
Fixed stupid typo in template.php that made the fading button not work...
includes/template.php
--- a/includes/template.php	Wed Jul 11 15:56:18 2007 -0400
+++ b/includes/template.php	Thu Jul 12 15:30:26 2007 -0400
@@ -42,7 +42,7 @@
     $this->plugin_blocks = Array();
     $this->theme_loaded = false;
     
-    $fading_button = '<a href="http://enanocms.org" onclick="if ( !KILL_SWITCH ) { window.open(this.href); return false; }" style="text-align: center; margin: 0 auto; display: table; background-image: none;">
+    $this->fading_button = '<a href="http://enanocms.org" onclick="if ( !KILL_SWITCH ) { window.open(this.href); return false; }" style="text-align: center; margin: 0 auto; display: table; background-image: none;">
                             <img alt="Powered by Enano CMS" style="border-width: 0; position: absolute;" 
                                  src="' . scriptPath . '/images/about-powered-enano.png" id="enanoFader" onmouseover="domOpacity(this, 100, 0, 500);" 
                                  onmouseout="opacity(this.id, 0, 100, 500);" />