equal
deleted
inserted
replaced
40 $this->toolbar_menu = ''; |
40 $this->toolbar_menu = ''; |
41 $this->additional_headers = ''; |
41 $this->additional_headers = ''; |
42 $this->plugin_blocks = Array(); |
42 $this->plugin_blocks = Array(); |
43 $this->theme_loaded = false; |
43 $this->theme_loaded = false; |
44 |
44 |
45 $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;"> |
45 $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;"> |
46 <img alt="Powered by Enano CMS" style="border-width: 0; position: absolute;" |
46 <img alt="Powered by Enano CMS" style="border-width: 0; position: absolute;" |
47 src="' . scriptPath . '/images/about-powered-enano.png" id="enanoFader" onmouseover="domOpacity(this, 100, 0, 500);" |
47 src="' . scriptPath . '/images/about-powered-enano.png" id="enanoFader" onmouseover="domOpacity(this, 100, 0, 500);" |
48 onmouseout="opacity(this.id, 0, 100, 500);" /> |
48 onmouseout="opacity(this.id, 0, 100, 500);" /> |
49 <img alt="Powered by Enano CMS" style="border-width: 0px;" src="' . scriptPath . '/images/about-powered-enano-hover.png" /> |
49 <img alt="Powered by Enano CMS" style="border-width: 0px;" src="' . scriptPath . '/images/about-powered-enano-hover.png" /> |
50 </a>'; |
50 </a>'; |