fix now shown up image

This commit is contained in:
Ralf Becker 2014-01-13 14:09:41 +00:00
parent 2feef10702
commit 0ce21ccee3

View File

@ -152,7 +152,7 @@ class setup_html
if(basename($_SERVER['SCRIPT_FILENAME']) != 'index.php')
{
$index_btn = '<a href="index.php" class="link">' . lang('Setup Main Menu') . '</a>';
$index_img = '<img src="../phpgwapi/templates/default/images/bullet" />';
$index_img = '<img src="../phpgwapi/templates/default/images/bullet.png" />';
}
$GLOBALS['setup_tpl']->set_var('lang_version',lang('version'));