Code

Added title string to GOsa main
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 30 Aug 2010 05:56:42 +0000 (05:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 30 Aug 2010 05:56:42 +0000 (05:56 +0000)
.

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19490 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/main.php

index ca5017b7656fdc26a381998ca775111a2338910b..a4d2cc11a6378c943766bfa04eaf6b605e86f680 100644 (file)
@@ -431,7 +431,7 @@ if (isset($_POST['_channel_'])){
 } else {
        $smarty->assign("channel", "");
 }
-
+$smarty->assign ("title","GOsa");
 $display= "<!-- headers.tpl-->".$smarty->fetch(get_template_path('headers.tpl')).
           $smarty->fetch(get_template_path('framework.tpl'));