Parent()->Link(); //check to see if they've completed an approval form if (!Session::get('ReadGuidelines')) { $this->redirect($ParentURL); } } function BrandingMenu() { return TRUE; } }