XOOPS 2.5.6
Final
|
Go to the source code of this file.
Classes | |
class | XoopsTpl |
Namespaces | |
namespace | kernel |
Functions | |
xoops_template_clear_module_cache ($mid) | |
xoops_template_touch ($tpl_id, $clear_old=true) | |
Variables | |
const | SMARTY_DIR XOOPS_ROOT_PATH . '/class/smarty/' |
xoops_template_clear_module_cache | ( | $mid | ) |
Clear the module cache
int | $mid | Module ID |
Definition at line 259 of file template.php.
References $i, $mid, $xoopsTpl, and XoopsBlock\getByModule().
Referenced by xoops_module_activate(), xoops_module_deactivate(), xoops_module_install(), and xoops_module_uninstall().
xoops_template_touch | ( | $tpl_id, | |
$clear_old = true |
|||
) |
function to update compiled template file in templates_c folder
string | $tpl_id | |
boolean | $clear_old |
Definition at line 240 of file template.php.
References $file, $tpl, and xoops_gethandler().
Referenced by xoops_module_install().
const SMARTY_DIR XOOPS_ROOT_PATH . '/class/smarty/' |
Base class: Smarty template engine
Definition at line 26 of file template.php.
Referenced by Smarty\_compile_source(), smarty_core_assemble_plugin_filepath(), smarty_core_display_debug_console(), and smarty_function_config_load().