Code

Added title string to GOsa main
[gosa.git] / 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'));