From: hickert Date: Mon, 30 Aug 2010 05:56:42 +0000 (+0000) Subject: Added title string to GOsa main X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=85088863d2ee38e1a82c55f3ad8fbcac6caff034;p=gosa.git Added title string to GOsa main . git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19490 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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'));