Ignore:
Timestamp:
04/15/10 10:07:48 (14 years ago)
Author:
pedroerp
Message:

Ticket #993 - Inserindo parâmetros 'app name' e 'app version' na Settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/993/lib/settings/Settings.php

    r2518 r2544  
    5858                                'show_activity_complete_page' => '' 
    5959                        ), 
     60                        'app' => array( 
     61                                'title' => '', 
     62                                'version' => '' 
     63                        ), 
    6064                        'intranet_subnetworks' => '', 
    6165                        'user_can_clean_instances' => '' 
     
    250254                self::$_configs['workflow']['preferences']['show_activity_complete_page'] = $GLOBALS['phpgw_info']['user']['preferences']['workflow']['show_activity_complete_page']; 
    251255 
    252                 /*expresso preferences */ 
     256                self::$_configs['workflow']['app']['title'] = $GLOBALS['phpgw_info']['apps']['workflow']['title']; 
     257                self::$_configs['workflow']['app']['version'] = $GLOBALS['phpgw_info']['apps']['workflow']['version']; 
     258 
     259                /* expresso preferences */ 
    253260                self::$_configs['expresso']['preferences']['lang'] = $GLOBALS['phpgw_info']['user']['preferences']['common']['lang']; 
    254261 
Note: See TracChangeset for help on using the changeset viewer.