(Midgard 1.4.2 'Bifrost')
mgd_move_element -- Move an element
Description
bool mgd_move_element
(int id, int style)
Minimum version: Midgard 1.4 (Bifrost)
Moves the style element with id id to style
style.
Returns TRUE on success, FALSE on failure.
<?php
mgd_move_element(13,2);
?>
|