Fixed stupid typo in template.php that made the fading button not work...
--- 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);" />