Primer commit del sistema avantika sin cambios
This commit is contained in:
28
libs/sysplugins/smarty_method_setdebugtemplate.php
Executable file
28
libs/sysplugins/smarty_method_setdebugtemplate.php
Executable file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Smarty method SetDebugTemplate
|
||||
*
|
||||
* Sets debug template filepath
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage SmartyMethod
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
|
||||
/**
|
||||
* Sets debug template filepath
|
||||
*/
|
||||
|
||||
/**
|
||||
* Sets debug template filepath
|
||||
*
|
||||
* @param string $ array debug template filepath
|
||||
*/
|
||||
function Smarty_Method_SetDebugTemplate($smarty, $debug_tpl)
|
||||
{
|
||||
$smarty->debug_tpl = $debug_tpl;
|
||||
return;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user