includes/template.php
changeset 68 eb34257a6377
parent 60 71b50f8c8f85
child 71 21770a1a5213
equal deleted inserted replaced
67:f6454d5fec7a 68:eb34257a6377
    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>';