From cb16a062d2ee103ad9b1e9582fb48139b891b9d3 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Mon, 20 Aug 2007 21:34:12 +0000 Subject: [PATCH] Remove sidebar menu from front page --- application/controllers/IndexController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php index 2cb48a3f..dfa7519a 100644 --- a/application/controllers/IndexController.php +++ b/application/controllers/IndexController.php @@ -9,6 +9,7 @@ class IndexController extends Nmc_Controller_Action $out->addScriptPath(APPLICATION_PATH . DIRECTORY_SEPARATOR . 'views'); $out->page = 'login'; $out->tagline = ''; + $out->clearSidebarModules(); echo $out->render('unlModernWrapper.xhtml'); } -- GitLab