Restore previous behavior.

This commit is contained in:
Scott Ullrich 2005-07-21 04:35:34 +00:00
parent 42902688cf
commit a980eec168

View File

@ -1,3 +1,13 @@
<?php
/*
* if user has selected a custom template, use it.
* otherwise default to pfsense tempalte
*/
if($config['theme'] <> "")
$g['theme'] = $config['theme'];
else
$g['theme'] = "pfsense";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>