From d38427d9b36a19038f450c4945003d5df436afec Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Fri, 2 Dec 2011 18:10:25 -0600
Subject: [PATCH] Remove search for the right tab menu

---
 skins/UabVector.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/skins/UabVector.php b/skins/UabVector.php
index a8df81a..3ad93f7 100644
--- a/skins/UabVector.php
+++ b/skins/UabVector.php
@@ -589,7 +589,7 @@ class UabVectorTemplate extends QuickTemplate {
 				<?php $this->renderNavigation( array( 'NAMESPACES', 'VARIANTS' ) ); ?>
 			</div>
 			<div id="right-navigation">
-				<?php $this->renderNavigation( array( 'VIEWS', 'ACTIONS', 'SEARCH' ) ); ?>
+				<?php $this->renderNavigation( array( 'VIEWS', 'ACTIONS' ) ); ?>
 			</div>
 		</div>
 		<!-- /header -->
-- 
GitLab