diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-01 03:53:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-01 03:53:30 +0000 |
commit | 478743e1fa9eff743272631b7ad13cb732f0308c (patch) | |
tree | 4e065ae6f4936df90e503446dd2f8cbd9eac5b51 | |
parent | 876bb30f50d10187e547df2eed3de27285ac1d54 (diff) | |
download | pfsense-478743e1fa9eff743272631b7ad13cb732f0308c.zip pfsense-478743e1fa9eff743272631b7ad13cb732f0308c.tar.gz |
Set theme back to metallic and avoid the lynching
-rw-r--r-- | cf/conf/config.xml | 2 | ||||
-rw-r--r-- | conf.default/config.xml | 2 | ||||
-rwxr-xr-x | usr/local/www/index.php | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index daa0edf..5b0c3ce 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -3,7 +3,7 @@ <pfsense> <version>2.0</version> <lastchange></lastchange> - <theme>pfsense</theme> + <theme>metallic</theme> <system> <optimization>normal</optimization> <schedulertype>priq</schedulertype> diff --git a/conf.default/config.xml b/conf.default/config.xml index 52bb34d..1681910 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -3,7 +3,7 @@ <pfsense> <version>2.1</version> <lastchange></lastchange> - <theme>pfsense</theme> + <theme>metallic</theme> <system> <optimization>normal</optimization> <hostname>pfSense</hostname> diff --git a/usr/local/www/index.php b/usr/local/www/index.php index fc12bfe..e28cd38 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -240,6 +240,7 @@ include("fbegin.inc"); <script type="text/javascript"> NiftyCheck(); Rounded("div#nifty","top","#FFF","#EEEEEE","smooth"); + alert(document.location); </script> |