mgd_move_page_element

Name

mgd_move_page_element -- Move a page element

Synopsis

bool mgd_move_page_element(int id, int root);

Description

Minimum version: Midgard 1.4 (Bifrost)

Move the page element with id id to a new location under page with id root.

Returns true if successfull. Returns false on failure.

Example

<?php
  $move = mgd_move_page_element(13,17);
?>