- Timestamp:
- Mar 25, 2010, 10:57:40 PM (15 years ago)
- Location:
- trunk/xpressme_integration_kit/wp-content/themes/xpress_default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/themes/xpress_default/functions.php
r561 r562 18 18 if ( xpress_header_image() ) { 19 19 $url = xpress_header_image_url() ; 20 $output .= "# header { background: url('$url') repeat-x bottom left; }\n";20 $output .= "#xpress_header { background: url('$url') repeat-x bottom left; }\n"; 21 21 } 22 22 if ( false !== ( $color = xpress_header_color() ) ) { -
trunk/xpressme_integration_kit/wp-content/themes/xpress_default/header.php
r561 r562 28 28 <div id="xpress_page"> 29 29 <div id="xpress-header-bar"> 30 <div id=" header" role="banner">30 <div id="xpress_header" role="banner"> 31 31 <div id="xpress-header-bar-top"> 32 32 <div class="xpress-header-title">
Note: See TracChangeset
for help on using the changeset viewer.