getPublishableChanges(); // Go through and get all the modules and pages, separate them out. $modules = array(); $pages = array(); foreach ($changes as $change) { $mid = $change["mod"]["id"]; if ($change["table"] == "bigtree_pages") { $pages[] = $change; } else { if (isset($modules[$mid])) { $modules[$mid]["changes"][] = $change; } else { $modules[$mid] = $change["mod"]; $modules[$mid]["table"] = $change["table"]; $modules[$mid]["changes"] = array($change); } } } if (!count($changes)) { ?>

You have no changes awaiting your approval.

Pages

Author Page Type Updated Preview Edit Approve Deny