Ignore:
Timestamp:
04/13/10 16:45:41 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Padronizando o não uso da cache.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/default/navbar.inc.php

    r2505 r2509  
    7070                                if($app != 'preferences' && $app != 'about' && $app != 'logout') 
    7171                                { 
    72                                         $icon = '<a href="'.$app_data['url'].'">'; 
     72                                        $icon = '<a href="'.$app_data['url'].'" cacheit="'.( ( $app == 'admin' || $app == 'expressoAdmin1_2' ) ? 'true' : 'false').'">'; 
    7373                                        $title = $GLOBALS['phpgw_info']['apps'][$app]['title']; 
    7474                                        if($app == 'home') $title = lang('Home'); 
Note: See TracChangeset for help on using the changeset viewer.