source: branches/1.2/workflow/inc/class.process_smarty.inc.php @ 1349

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

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
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.