mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
17 lines
597 B
PHP
17 lines
597 B
PHP
<?php
|
|
|
|
// crmv@192033
|
|
|
|
@unlink('Smarty/templates/SmsDetailView.tpl');
|
|
@unlink('Smarty/templates/themes/next/OrgSharingDetailView.tpl');
|
|
@unlink('Smarty/templates/ImportStep1.tpl');
|
|
@unlink('Smarty/templates/ImportStep2.tpl');
|
|
@unlink('Smarty/templates/ImportMap.tpl');
|
|
@unlink('Smarty/templates/Importerror.tpl');
|
|
@unlink('Smarty/templates/FieldAccessindex.tpl');
|
|
@unlink('Smarty/templates/FieldOrderindex.tpl');
|
|
@unlink('Smarty/templates/PickListindex.tpl');
|
|
@unlink('Smarty/templates/JsArray.tpl');
|
|
@unlink('Smarty/templates/PrintEmail.tpl');
|
|
@unlink('Smarty/templates/Organizationindex.tpl');
|