diff --git a/themes/blueprint/templates/search/home.phtml b/themes/blueprint/templates/search/home.phtml
index a072aeba30d53a19962cbd9f7e7157357cc58a15..eccf9134a2649b179bfd02b0296d36f2fd314660 100644
--- a/themes/blueprint/templates/search/home.phtml
+++ b/themes/blueprint/templates/search/home.phtml
@@ -64,7 +64,9 @@
       <? else: ?>
         <? $i = 0; foreach ($sortedList as $url => $value): ?>
           <? if (++$i > 12): ?>
-            <li><a href="<?=$this->url($advSearch)?>"><strong><?=$this->transEsc("More options")?>...</strong></a></li>
+            <? if ($advSearch): ?>
+              <li><a href="<?=$this->url($advSearch)?>"><strong><?=$this->transEsc("More options")?>...</strong></a></li>
+            <? endif; ?>
             <? break; ?>
           <? else: ?>
             <li><a href="<?=$url?>"><?=$this->escapeHtml($value)?></a></li>