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

    r2492 r2544  
    119119        function form() 
    120120        { 
    121                 $GLOBALS['phpgw_info']['flags']['app_header'] = $GLOBALS['phpgw_info']['apps']['workflow']['title'] . ' - ' . lang('Admin Process Activities'); 
     121                $GLOBALS['phpgw_info']['flags']['app_header'] = Settings::get('workflow', 'app', 'title') . ' - ' . lang('Admin Process Activities'); 
    122122                $GLOBALS['phpgw']->common->phpgw_header(); 
    123123                echo parse_navbar(); 
Note: See TracChangeset for help on using the changeset viewer.