source: sandbox/2.3-MailArchiver/workflow/inc/smarty/wf_plugins/function.wf_default_template.php @ 6779

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

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

Line 
1<?php
2/**
3* This plugin does not perform any work. It just exists to "say" to the system that an action
4* should be executed. When this plugin is called,a header and footer are added into the template.
5* The action is performed by: prefilter.wf_default_template.php
6* In a template prefilter, the templates are ran through before they are compiled.
7* @package Smarty
8* @subpackage wf_plugins
9* @version:             1.0
10* @author:              Everton Flávio Rufino Seára - rufino@celepar.pr.gov.br
11*                               Sidnei Augusto Drovetto Jr. - drovetto@gmail.com
12* @param array null
13* @param object &$smarty null
14* @return void
15* @access public
16*/
17function smarty_function_wf_default_template($params, &$smarty)
18{
19        return;
20}
21?>
Note: See TracBrowser for help on using the repository browser.