From 85088863d2ee38e1a82c55f3ad8fbcac6caff034 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 30 Aug 2010 05:56:42 +0000 Subject: [PATCH] Added title string to GOsa main . git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19490 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index ca5017b76..a4d2cc11a 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -431,7 +431,7 @@ if (isset($_POST['_channel_'])){ } else { $smarty->assign("channel", ""); } - +$smarty->assign ("title","GOsa"); $display= "".$smarty->fetch(get_template_path('headers.tpl')). $smarty->fetch(get_template_path('framework.tpl')); -- 2.30.2