get("user", false)) { return new View("in_place_edit.html"); } } public static function navigation_bottom($theme) { $user = Session::instance()->get('user', null); if ($user && $user->admin) { return "
  • " . _("ADMIN") . "
  • "; } } }