summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 3eec4a7..0b664aa 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -288,11 +288,11 @@ function openwindow(url) {
<td width="78%" class="vtable">
<select name="template">
<?php
- $files = return_dir_as_array("/usr/local/www/templates/");
+ $files = return_dir_as_array("/usr/local/www/themes/");
foreach($files as $f) {
if($f == "CVS") continue;
$selected = "";
- if($f == $config['template'])
+ if($f == $config['theme'])
$selected = " SELECTED";
if($config['template'] == "" and $f == "pfsense")
$selceted = " SELECTED";
OpenPOWER on IntegriCloud