summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-15 18:15:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-15 18:15:01 +0000
commit62edf26ff1e0be1c671045782386ecb6c7bfb0e6 (patch)
tree2defd1d4f3cc8def813bb6b9133f1d3009733179 /usr/local/www/head.inc
parent5e1128f88a27df201d56b2acba37c40eaf49775b (diff)
downloadpfsense-62edf26ff1e0be1c671045782386ecb6c7bfb0e6.zip
pfsense-62edf26ff1e0be1c671045782386ecb6c7bfb0e6.tar.gz
Spell templte correctly!
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 2cff8c1..54a0800 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -7,9 +7,9 @@
* otherwise default to pfsense tempalte
*/
if($config['template'] <> "")
- $g['tempalte'] = $config['template'];
+ $g['template'] = $config['template'];
else
- $g['tempalte'] = "pfsense";
+ $g['template'] = "pfsense";
?>
<html>
OpenPOWER on IntegriCloud