Move common functions to guiconfig.inc since head.inc requires them.

This commit is contained in:
Scott Ullrich 2007-11-16 01:22:02 +00:00
parent 9d9adc7fc9
commit 87fe2b7ff2

View File

@ -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 = "";