Changeset 875


Ignore:
Timestamp:
05/20/09 14:35:21 (15 years ago)
Author:
amuller
Message:

Ticket #177 - Os ícones abertos são relativos ao módulo que está carregado

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/celepar/head.inc.php

    r790 r875  
    7272 
    7373        $var = Array( 
    74                 'img_icon'      => PHPGW_IMAGES_DIR . '/favicon.ico', 
    75                 'img_shortcut'  => PHPGW_IMAGES_DIR . '/favicon.ico', 
     74                'img_icon'      => '/'.$GLOBALS['phpgw_info']['flags']['currentapp'] . '/templates/'.$_SESSION['phpgw_info'][$GLOBALS['phpgw_info']['flags']['currentapp']]['user']['preferences']['common']['template_set'].'/images/navbar.png', 
     75                'img_shortcut'  => '/'.$GLOBALS['phpgw_info']['flags']['currentapp'] . '/templates/'.$_SESSION['phpgw_info'][$GLOBALS['phpgw_info']['flags']['currentapp']]['user']['preferences']['common']['template_set'].'/images/navbar.png', 
    7676                'pngfix'        => $pngfix, 
    7777                'slider_effects'=> $slider_effects, 
Note: See TracChangeset for help on using the changeset viewer.