summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-12-17 16:45:08 -0500
committerChris Buechler <cmb@pfsense.org>2009-12-17 16:45:08 -0500
commit8b289232ecaf16e9888995f4a948b00bdf679cbb (patch)
tree36e03b10acc28d6c6a817c856dfecff5ac567a51 /usr/local/www/system.php
parentd950db875f6a9d6b87fab5e33da54915fb7c963e (diff)
downloadpfsense-8b289232ecaf16e9888995f4a948b00bdf679cbb.zip
pfsense-8b289232ecaf16e9888995f4a948b00bdf679cbb.tar.gz
add ability to hide theme selection
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index bae4d54..2fd286a 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -385,6 +385,7 @@ include("head.inc");
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
+ <?php if (! $g['disablethemeselection']): ?>
<tr>
<td colspan="2" valign="top" class="listtopic">Theme</td>
</tr>
@@ -415,6 +416,7 @@ include("head.inc");
</strong>
</td>
</tr>
+ <?php endif; ?>
<tr>
<td colspan="2" class="list" height="12">&nbsp;</td>
</tr>
OpenPOWER on IntegriCloud