From b0666f4664c1999d4600cc30f94c6d477e2a6c71 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 6 Jun 2014 10:37:31 -0400 Subject: [PATCH] Turn off inappropriate options. --- themes/jquerymobile/templates/eit/home.phtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/jquerymobile/templates/eit/home.phtml b/themes/jquerymobile/templates/eit/home.phtml index d13d4348c1e..881bf39a2f6 100644 --- a/themes/jquerymobile/templates/eit/home.phtml +++ b/themes/jquerymobile/templates/eit/home.phtml @@ -1 +1,4 @@ -<?=$this->render('search/home.phtml');?> \ No newline at end of file +<? + $this->overrideHomeOptions = ''; // turn off extra options + echo $this->render('search/home.phtml'); +?> \ No newline at end of file -- GitLab