From 29f640c0013ae3fc47b7606faee8fb83820387f5 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 27 Jun 2012 15:56:33 -0400 Subject: [PATCH] Removed fixed TODO comments. --- .../src/VuFind/Theme/jQueryMobile/Helper/MobileMenu.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module/VuFind/src/VuFind/Theme/jQueryMobile/Helper/MobileMenu.php b/module/VuFind/src/VuFind/Theme/jQueryMobile/Helper/MobileMenu.php index 20db406753b..dd886883e90 100644 --- a/module/VuFind/src/VuFind/Theme/jQueryMobile/Helper/MobileMenu.php +++ b/module/VuFind/src/VuFind/Theme/jQueryMobile/Helper/MobileMenu.php @@ -49,9 +49,6 @@ class MobileMenu extends AbstractHelper */ public function header($extras = array()) { - // TODO: this assumes that the view has controller and action variables set; - // we either need to figure out how to set them here or else set them up - // globally as part of the bootstrap process. $context = $this->getView()->plugin('context'); return $context($this->getView())->renderInContext('header.phtml', $extras); } @@ -66,7 +63,6 @@ class MobileMenu extends AbstractHelper */ public function footer($extras = array()) { - // TODO: same as header() $context = $this->getView()->plugin('context'); return $context($this->getView())->renderInContext('footer.phtml', $extras); } -- GitLab