auth->is_admin()) { $items = array(); $items[] = array( 'title' => 'Resync', 'target' => 'content', 'link' => 'tools/resync.php'); $module['nav'][] = array( 'title' => 'Sync Tools', 'open' => 1, 'items' => $items); unset($items); } ?>