Enhanced Theme: Corrected background image path, and added images.
This commit is contained in:
parent
640ca7767d
commit
e4262d9140
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 |
|
|
@ -971,7 +971,7 @@ legend {
|
||||||
<?php
|
<?php
|
||||||
if ($_SESSION['theme']['background_images']['var'] == 'true') {
|
if ($_SESSION['theme']['background_images']['var'] == 'true') {
|
||||||
//get a random background image
|
//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);
|
$dir_list = opendir($dir);
|
||||||
$v_background_array = array();
|
$v_background_array = array();
|
||||||
$x = 0;
|
$x = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue