Enhanced Theme: Corrected background image path, and added images.

This commit is contained in:
Nate Jones
2014-07-24 08:58:01 +00:00
parent 640ca7767d
commit e4262d9140
4 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

View File

@@ -971,7 +971,7 @@ legend {
<?php
if ($_SESSION['theme']['background_images']['var'] == 'true') {
//get a random background image
$dir = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/themes/nature/images/backgrounds';
$dir = $_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/themes/enhanced/images/backgrounds';
$dir_list = opendir($dir);
$v_background_array = array();
$x = 0;