5 lines
387 B
Plaintext
5 lines
387 B
Plaintext
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
|
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
|
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
|
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|