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 . */ global $cham_settings, $cham_theme_data; cham_redirect(); ?> > #header { background: url('{$dir_url}/theme_head.jpg'); height: {$info[1]}px; } "; } wp_head(); ?> <?php bloginfo('name'); if ( is_home() ) { echo ' | '; bloginfo('description'); } wp_title(); ?>
' . get_bloginfo('description') . '
'; if ( $header_image ) { if ( $cham_settings['back_image'] ) { $head_text = ''; } } echo apply_filters('chameleon_header', $head_text); ?>