- F4D1C22D9D572F415D6AAB332F9966349423A9C8ABECB6B42841CD292454F0C95C7DA128FCD1BD404E6F0920748641D4A39101CB29E33863132593890D45D679
+ D8C5832D830DC1068BACC857351D3DE47DAEDE54EE76B0BA9851A980FB0D2D3FF36C6FBF1B52D2296325554ABA8C1261440174E99567DCF2058CB57D4E00CDC6
mp-wp/wp-content/themes/default/header.php
(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>