6 lines
463 B
Plaintext
6 lines
463 B
Plaintext
@define('MAINTAIN_TITLE', 'Maintenance');
|
|
@define('MAINTAIN_CLEANCOMPILE_PASS', '<span class="perm_name">[smarty clearCompiledTemplate(%s)]</span>');
|
|
@define('MAINTAIN_CLEANCOMPILE_FAIL', 'Error: %s not allowed / not available!');
|
|
@define('MAINTAIN_CLEANCOMPILE_TITLE', 'Clear compiled Template');
|
|
@define('MAINTAIN_CLEANCOMPILE_INFO', 'This will purge compiled files of this template only, but will leave the used runtime files by this current template file.');
|