mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
18 lines
644 B
PHP
18 lines
644 B
PHP
<?php
|
|
|
|
/* crmv@187406 */
|
|
|
|
unlink("themes/softed/scss/wizard.scss");
|
|
unlink("themes/softed/wizard.css");
|
|
unlink("themes/next/scss/wizard.scss");
|
|
unlink("themes/next/wizard.css");
|
|
unlink("themes/next/scss/next.scss");
|
|
unlink("themes/next/next.css");
|
|
|
|
@unlink('Smarty/templates/themes/next/modules/Campaigns/NewsletterWizard.tpl');
|
|
FSUtils::deleteFolder('Smarty/templates/themes/next/modules/Campaigns');
|
|
|
|
@unlink('Smarty/templates/themes/next/modules/Messages/Settings/Account.tpl');
|
|
@unlink('Smarty/templates/themes/next/modules/Messages/Settings/Accounts.tpl');
|
|
FSUtils::deleteFolder('Smarty/templates/themes/next/modules/Messages/Settings');
|