This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ require_once ( AK_LIB . '/themes.php'); ak_theme_redirect(); ?> > #header { background: url('" . AK_UPLOAD_URL . "/" . $header_image . "'); height: {$info[1]}px; } "; } wp_head(); ?> <?php // Blog name displays last for SEO. if ( is_home() ) { bloginfo('description'); echo ' - '; } else { wp_title('-', true, 'right'); } bloginfo('name'); ?>
' . get_bloginfo('description') . '
'; if ( $use_image ) { if ( ak_theme_option('disable-header-title') ) { $head_text = ''; } } echo apply_filters('ak_chameleon_header', $head_text); ?>