Ticket #7121: ltr-bg.diff
| File ltr-bg.diff, 564 bytes (added by seth, 4 years ago) |
|---|
-
themes/default/header.php
19 19 20 20 <?php 21 21 // Checks to see whether it needs a sidebar or not 22 if ( !empty($withcomments) && !is_single() ) {22 if ( empty($withcomments) && !is_single() ) { 23 23 ?> 24 24 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg") repeat-y top; border: none; } 25 25 <?php } else { // No sidebar ?>
