Changeset 6711 for trunk/wp-content/themes/default/header.php
- Timestamp:
- 02/02/2008 06:42:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/header.php
r6195 r6711 15 15 <?php 16 16 // Checks to see whether it needs a sidebar or not 17 if ( ! $withcomments&& !is_single() ) {17 if ( !empty($withcomments) && !is_single() ) { 18 18 ?> 19 19 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; }
Note: See TracChangeset
for help on using the changeset viewer.