Code

Moved setup navigation buttons to page bottom
[gosa.git] / html / setup.php
index 37c3802116babb64b7005ecbfac7cf1ff723f25d..a05c3a0866d9fb33b23491da3557334b92a378e8 100644 (file)
@@ -114,6 +114,7 @@ $header= "<!-- headers.tpl-->".$smarty->fetch(get_template_path('setup_headers.t
 $smarty->assign("contents"  , $display);
 $smarty->assign("navigation", $_SESSION['setup']->get_navigation_html());
 $smarty->assign("header", $_SESSION['setup']->get_header_html());
+$smarty->assign("bottom", $_SESSION['setup']->get_bottom_html());
 
 if ($error_collector != ""){
   $smarty->assign("php_errors", $error_collector."</div>");