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/inc/class.bo_workflow_forms.inc.php

    r2492 r2544  
    112112                        $title[1] = ucfirst($title[1]); 
    113113                        $title = implode(' ', $title); 
    114                         $GLOBALS['phpgw_info']['flags']['app_header'] = $GLOBALS['phpgw_info']['apps']['workflow']['title'] . ' - ' . lang($title); 
     114                        $GLOBALS['phpgw_info']['flags']['app_header'] = Settings::get('workflow', 'app', 'title') . ' - ' . lang($title); 
    115115                        $GLOBALS['phpgw']->common->phpgw_header(); 
    116116                        echo parse_navbar(); 
Note: See TracChangeset for help on using the changeset viewer.