source: branches/1.2/workflow/inc/smarty/wf_plugins/function.wf_default_template.php @ 1349

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

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

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.