diff --git a/themes/enhanced/images/backgrounds/sand.jpg b/themes/enhanced/images/backgrounds/sand.jpg deleted file mode 100644 index 655e1634ba..0000000000 Binary files a/themes/enhanced/images/backgrounds/sand.jpg and /dev/null differ diff --git a/themes/enhanced/images/backgrounds/yellowstone_3.jpg b/themes/enhanced/images/backgrounds/yellowstone_3.jpg deleted file mode 100644 index 3673cd5c65..0000000000 Binary files a/themes/enhanced/images/backgrounds/yellowstone_3.jpg and /dev/null differ diff --git a/themes/enhanced/images/backgrounds/yellowstone_4.jpg b/themes/enhanced/images/backgrounds/yellowstone_4.jpg deleted file mode 100644 index 9011f7b45c..0000000000 Binary files a/themes/enhanced/images/backgrounds/yellowstone_4.jpg and /dev/null differ diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index ce311a2198..ac01a7eca1 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -78,9 +78,6 @@ th { color: #3164AD; font-size: 13px; font-family: arial; - /*font-weight: bold;*/ - /*background-color: #506eab;*/ - /*background-image: url('/themes/enhanced/images/background_th.png');*/ padding-top: 4px; padding-bottom: 4px; padding-right: 7px; @@ -550,15 +547,6 @@ table tr:nth-last-child(-5) td:first-of-type { padding:0; } - /* Set the position and dimensions of the background image. */ - #page-background { - position:fixed; - top:0; - left:0; - width:100%; - height:100%; - } - /* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate @@ -631,38 +619,6 @@ table tr:nth-last-child(-5) td:first-of-type { - 1000) { break; }; - $x++; - } - } - if (strlen($_SESSION['background_image'])== 0) { - $_SESSION['background_image'] = $v_background_array[array_rand($v_background_array, 1)]; - } - - //show the background - echo "
\n"; - ?> -