source: companies/serpro/workflow/inc/class.process_smarty.inc.php @ 903

Revision 903, 402 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<?php
2        // include galaxia's configuration tailored to egroupware
3        define('SMART_DIR',PHPGW_SERVER_ROOT.'/workflow/inc/smarty/');
4        require_once('engine/config.egw.inc.php');
5        require_once('smarty/Smarty.class.php');
6        /**
7         * @package Workflow
8         * @license http://www.gnu.org/copyleft/gpl.html GPL
9         */
10        class process_smarty extends Smarty
11        {
12                function process_smarty()
13                {
14                        $this->Smarty();
15                }
16        }
17?>
Note: See TracBrowser for help on using the repository browser.