Changeset 47122 for trunk/src/wp-includes/theme-compat/header.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/header.php
r45932 r47122 31 31 32 32 <?php 33 // Checks to see whether it needs a sidebar 33 // Checks to see whether it needs a sidebar. 34 34 if ( empty( $withcomments ) && ! is_single() ) { 35 35 ?> 36 36 #page { background: url("<?php bloginfo( 'stylesheet_directory' ); ?>/images/kubrickbg-<?php bloginfo( 'text_direction' ); ?>.jpg") repeat-y top; border: none; } 37 <?php } else { // No sidebar ?>37 <?php } else { // No sidebar. ?> 38 38 #page { background: url("<?php bloginfo( 'stylesheet_directory' ); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; } 39 39 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.