summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-16 00:58:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-16 00:58:45 +0000
commitd0e6f971d523221481d240fcfa565d6683383d54 (patch)
tree85665f8108b1d8887e698cbefd1408924e929c49 /usr/local/www/fbegin.inc
parent28b1cc3940de1410ebc5fa868337e6e802b08e3c (diff)
downloadpfsense-d0e6f971d523221481d240fcfa565d6683383d54.zip
pfsense-d0e6f971d523221481d240fcfa565d6683383d54.tar.gz
Do not declare gentitle twice.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index fd13bed..e117ed5 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -3,11 +3,6 @@
require_once("notices.inc");
/* $Id$ */
-function gentitle($title) {
- global $navlevelsep;
- return join($navlevelsep, $title);
-}
-
function genhtmltitle($title) {
global $config;
return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . gentitle($title);
OpenPOWER on IntegriCloud