summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e40575d)
raw | patch | inline | side by side (parent: e40575d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Aug 2010 05:56:42 +0000 (05:56 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19490 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/main.php | patch | blob | history |
index ca5017b7656fdc26a381998ca775111a2338910b..a4d2cc11a6378c943766bfa04eaf6b605e86f680 100644 (file)
--- a/gosa-core/html/main.php
+++ b/gosa-core/html/main.php
} 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'));