(23 . 9)(23 . 9)
1980 // Checks to see whether it needs a sidebar or not
1981 if ( !empty($withcomments) && !is_single() ) {
1982 ?>
1983 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.jpg.svg") repeat-y top; border: none; }
1984 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg-<?php bloginfo('text_direction'); ?>.svg") repeat-y top; border: none; }
1985 <?php } else { // No sidebar ?>
1986 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg.svg") repeat-y top; border: none; }
1987 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.svg") repeat-y top; border: none; }
1988 <?php } ?>
1989
1990 </style>