'."\n";
}
/* } */
?>
GetHierarchyManager();
if (isset($_GET["makedefault"]))
{
setdefault($_GET['makedefault']);
redirect($thisurl);
}
// check if we're activating a page
if (isset($_GET["setactive"]))
{
setactive($_GET["setactive"]);
}
// perhaps we're deactivating a page instead?
if (isset($_GET["setinactive"]))
{
setactive($_GET["setinactive"], false);
}
if (isset($_GET['expandall']))
{
expandall();
}
if (isset($_GET['collapseall']))
{
collapseall();
}
if (isset($_GET['deletecontent']))
{
deletecontent($_GET['deletecontent']);
redirect($thisurl);
}
if (isset($_GET['direction']))
{
movecontent($_GET['content_id'], $_GET['parent_id'], $_GET['direction']);
}
if (isset($_GET['col']) && isset($_GET['content_id']))
{
toggleexpand($_GET['content_id'], $_GET['col']=='1'?true:false);
}
echo '
';
echo $themeObject->ShowHeader('currentpages').'
';
echo '
'.display_content_list($themeObject).'
';
?>
«