Changeset 5062 for trunk/wp-content/themes/default/header.php
- Timestamp:
- 03/19/2007 07:08:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/header.php
r4757 r5062 19 19 if ( !$withcomments && !is_single() ) { 20 20 ?> 21 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg .jpg") repeat-y top; border: none; }21 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; } 22 22 <?php } else { // No sidebar ?> 23 23 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
Note: See TracChangeset
for help on using the changeset viewer.