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

    r2492 r2544  
    6161        function form() 
    6262        { 
    63                 $GLOBALS['phpgw_info']['flags']['app_header'] = $GLOBALS['phpgw_info']['apps']['workflow']['title'] . ' - ' . lang('Access Control List'); 
     63                $GLOBALS['phpgw_info']['flags']['app_header'] = Settings::get('workflow', 'app', 'title') . ' - ' . lang('Access Control List'); 
    6464                $GLOBALS['phpgw_info']['flags'] = array('noheader' => false, 'nonavbar' => false, 'currentapp' => 'workflow'); 
    6565                $smarty = Factory::getInstance('workflow_smarty'); 
Note: See TracChangeset for help on using the changeset viewer.