source: sandbox/2.3-MailArchiver/workflow/inc/class.process_smarty.inc.php @ 6779

Revision 6779, 402 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

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.