cms:onBeforeDataImport event
public void event_onBeforeDataImport(mixed $file_info)
$file_info |
mixed |
specifies either path to the CMS archive file or an array containing information about an
uploaded file. |
Triggered before a CMS theme is imported.
In the event handler you can throw an exception if the operation should be cancelled.
|