/ Published in: Smarty
UDT to clear cache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
{ global $gCms; $contentops =& $gCms->GetContentOperations(); $contentops->ClearCache(); // $message .= lang('cachecleared'); }