update verdilak layout

This commit is contained in:
ceb 2002-11-28 01:38:13 +00:00
parent 2dccd0fbec
commit ffa00332ce

View File

@ -1157,8 +1157,8 @@ if (!@is_file(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $GLOBALS['phpgw_info'
$var['logo_img'] = $this->image('phpgwapi','logo');
$var['home_img'] = $this->image('phpgwapi','welcome-'.($app=='home' ? 'red' : 'grey'));
$var['prefs_img'] = $this->image('preferences','preferences-'.($app=='preferences' ? 'red' : 'grey'));
$var['logout_img'] = $this->image('phpgwapi','logout-grey');
$var['about_img'] = $this->image('phpgwapi','about');
$var['logout_img'] = $this->image('phpgwapi','logout');
$var['about_img'] = $this->image('phpgwapi','about-'.($app=='about' ? 'red' : 'grey'));
$var['manual_img'] = $this->image('manual','help');
$var['greybar'] = $this->image('phpgwapi','greybar');
break;