includes/template.php
changeset 371 dc6026376919
parent 370 b251818286b1
child 372 5bd429428101
equal deleted inserted replaced
370:b251818286b1 371:dc6026376919
    40     $this->additional_headers = '';
    40     $this->additional_headers = '';
    41     $this->plugin_blocks = Array();
    41     $this->plugin_blocks = Array();
    42     $this->theme_loaded = false;
    42     $this->theme_loaded = false;
    43     
    43     
    44     $this->fading_button = '<div style="background-image: url('.scriptPath.'/images/about-powered-enano-hover.png); background-repeat: no-repeat; width: 88px; height: 31px; margin: 0 auto 5px auto;">
    44     $this->fading_button = '<div style="background-image: url('.scriptPath.'/images/about-powered-enano-hover.png); background-repeat: no-repeat; width: 88px; height: 31px; margin: 0 auto 5px auto;">
    45                               <a href="http://enanocms.org/" onclick="window.open(this.href); return false;"><img style="border-width: 0;" alt=" " src="'.scriptPath.'/images/about-powered-enano.png" onmouseover="domOpacity(this, 100, 0, 500);" onmouseout="domOpacity(this, 0, 100, 500);" /></a>
    45                               <a style="background-image: none; padding-right: 0;" href="http://enanocms.org/" onclick="window.open(this.href); return false;"><img style="border-width: 0;" alt=" " src="'.scriptPath.'/images/about-powered-enano.png" onmouseover="domOpacity(this, 100, 0, 500);" onmouseout="domOpacity(this, 0, 100, 500);" /></a>
    46                             </div>';
    46                             </div>';
    47     
    47     
    48     $this->theme_list = Array();
    48     $this->theme_list = Array();
    49     $this->named_theme_list = Array();
    49     $this->named_theme_list = Array();
    50     $e = $db->sql_query('SELECT theme_id,theme_name,enabled,default_style FROM '.table_prefix.'themes WHERE enabled=1 ORDER BY theme_order;');
    50     $e = $db->sql_query('SELECT theme_id,theme_name,enabled,default_style FROM '.table_prefix.'themes WHERE enabled=1 ORDER BY theme_order;');