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.ui_userinterface.inc.php

    r2372 r2544  
    4343        function draw($tabIndex = null) 
    4444        { 
    45                 $GLOBALS['phpgw_info']['flags']['app_header'] = $GLOBALS['phpgw_info']['apps']['workflow']['title']; 
     45                $GLOBALS['phpgw_info']['flags']['app_header'] = Settings::get('workflow', 'app', 'title'); 
    4646                $GLOBALS['phpgw_info']['flags'] = array('noheader' => false, 'nonavbar' => false, 'currentapp' => 'workflow'); 
    4747                $smarty = Factory::getInstance('workflow_smarty'); 
Note: See TracChangeset for help on using the changeset viewer.