getSetting("bigtree-internal-google-analytics-api"); $ga_on = isset($ga["profile"]) ? $ga["profile"] : false; // Handy function to show the trees without repeating so much code. function local_drawPageTree($nav,$title,$subtitle,$class,$draggable = false) { global $proot,$admin,$cms,$ga_on,$bigtree,$page; ?>


Notice: Undefined variable: title in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/pages/view-tree.php on line 12

Title Restore Delete Title Views Title Status Archive Edit

Subpages

getNaturalNavigationByParent($page["id"],1),$admin->getPendingNavigationByParent($page["id"])); $nav_hidden = array_merge($admin->getHiddenNavigationByParent($page["id"]),$admin->getPendingNavigationByParent($page["id"],"")); $nav_archived = $admin->getArchivedNavigationByParent($page["id"]); if (count($nav_visible) || count($nav_hidden) || count($nav_archived)) { // Drag Visible Pages if (count($nav_visible)) { local_drawPageTree($nav_visible,"Visible","","pages",true); } // Draw Hidden Pages if (count($nav_hidden)) { local_drawPageTree($nav_hidden,"Hidden","Not Appearing In Navigation","hidden",false); } // Draw Archived Pages if (count($nav_archived)) { local_drawPageTree($nav_archived,"Archived","Not Accessible By Users","archived",false); } } else { ?>

Create new subpages by clicking the "Add Subpage" button above.