From 87fe2b7ff2d40bc696ff40cc70afaf4d07e617b2 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 16 Nov 2007 01:22:02 +0000 Subject: Move common functions to guiconfig.inc since head.inc requires them. --- usr/local/www/fbegin.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'usr/local/www/fbegin.inc') diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index e117ed5..96d7a4c 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -3,11 +3,6 @@ require_once("notices.inc"); /* $Id$ */ -function genhtmltitle($title) { - global $config; - return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . gentitle($title); -} - function return_ext_menu($section) { global $config; $htmltext = ""; -- cgit v1.1