Name
mgd_delete_style_tree -- Delete a style tree
Synopsis
bool mgd_delete_style_tree
(int id);
Description
Minimum version: Midgard 1.4 (Bifrost)
Deletes the style tree that starts at the style record
with id id.
Returns true if successfull.
Returns false on failure.
Example
<?php
mgd_delete_style_tree(123);
?>