Эх сурвалжийг харах

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

Nate Jones 11 жил өмнө
parent
commit
d3927511f9

BIN
themes/enhanced/images/backgrounds/sand.jpg


BIN
themes/enhanced/images/backgrounds/yellowstone_3.jpg


BIN
themes/enhanced/images/backgrounds/yellowstone_4.jpg


+ 1 - 1
themes/enhanced/template.php

@@ -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;