mgd_move_element

Name

mgd_move_element -- Move an element

Synopsis

bool mgd_move_element(int id, int style);

Description

Minimum version: Midgard 1.4 (Bifrost)

Moves the style element with id id to style style.

Returns true if successfull. Returns false on failure.

Example

<?php
 mgd_move_element(13,2);
?>