- Timestamp:
- Mar 25, 2010, 10:57:40 PM (15 years ago)
- File:
-
- 1 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() ) ) {
Note: See TracChangeset
for help on using the changeset viewer.