Move pgw_ver back outside of new loop - oops!

This commit is contained in:
Miles Lott 2004-02-02 23:07:07 +00:00
parent 6d860f2d3e
commit 7f6c343ce8

View File

@ -149,8 +149,9 @@
{
$index_btn = '<a href="index.php" class="link">' . lang('Setup Main Menu') . '</a>';
$index_img = '<img src="../phpgwapi/templates/idots/images/orange-ball.png" alt="ball" />';
$GLOBALS['setup_tpl']->set_var('pgw_ver',@$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
}
$GLOBALS['setup_tpl']->set_var('pgw_ver',@$GLOBALS['phpgw_info']['server']['versions']['phpgwapi']);
$GLOBALS['setup_tpl']->set_var(array(
'logoutbutton' => $btn_logout,
'indexbutton' => $index_btn,