Changeset 4495 for trunk/wp-content/themes/default/header.php
- Timestamp:
- 11/19/2006 07:56:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/header.php
r4144 r4495 15 15 <style type="text/css" media="screen"> 16 16 17 <?php 17 <?php 18 18 // Checks to see whether it needs a sidebar or not 19 if ( !$withcomments && !is_single() ) { 19 if ( !$withcomments && !is_single() ) { 20 20 ?> 21 21 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; } 22 22 <?php } else { // No sidebar ?> 23 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; } 23 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; } 24 24 <?php } ?> 25 25
Note: See TracChangeset
for help on using the changeset viewer.