diff options
author | Chris Buechler <cmb@pfsense.org> | 2009-12-17 16:45:08 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2009-12-17 16:45:08 -0500 |
commit | 8b289232ecaf16e9888995f4a948b00bdf679cbb (patch) | |
tree | 36e03b10acc28d6c6a817c856dfecff5ac567a51 /etc/inc | |
parent | d950db875f6a9d6b87fab5e33da54915fb7c963e (diff) | |
download | pfsense-8b289232ecaf16e9888995f4a948b00bdf679cbb.zip pfsense-8b289232ecaf16e9888995f4a948b00bdf679cbb.tar.gz |
add ability to hide theme selection
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/globals.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 7c162bf..abf7f3c 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -84,6 +84,7 @@ $g = array( "product_website_footer" => "http://www.pfsense.org/?gui20", "product_email" => "coreteam@pfsense.org", "hideplatform" => false, + "disablethemeselection" => false, "debug" => false, "latest_config" => "6.0", "nopkg_platforms" => array("cdrom"), |