mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fix now shown up image
This commit is contained in:
parent
2feef10702
commit
0ce21ccee3
@ -152,7 +152,7 @@ class setup_html
|
|||||||
if(basename($_SERVER['SCRIPT_FILENAME']) != 'index.php')
|
if(basename($_SERVER['SCRIPT_FILENAME']) != 'index.php')
|
||||||
{
|
{
|
||||||
$index_btn = '<a href="index.php" class="link">' . lang('Setup Main Menu') . '</a>';
|
$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'));
|
$GLOBALS['setup_tpl']->set_var('lang_version',lang('version'));
|
||||||
|
Loading…
Reference in New Issue
Block a user