From 4ee199e8f1550a0d593c6efbaff8e5175d00c446 Mon Sep 17 00:00:00 2001 From: Kevin Abel <kabel2@unl.edu> Date: Mon, 11 Jan 2016 20:01:48 -0600 Subject: [PATCH] Ensure that the results placeholder is loaded --- www/templates/search-results.tpl.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/www/templates/search-results.tpl.php b/www/templates/search-results.tpl.php index b0deffb..bd17fce 100644 --- a/www/templates/search-results.tpl.php +++ b/www/templates/search-results.tpl.php @@ -1,8 +1,8 @@ <section class="wdn-band" id="search_wrapper"> <div class="<?php if (!$isEmbed): ?>wdn-inner-wrapper wdn-inner-padding-sm<?php endif; ?>"> - + <div class="wdn-grid-set search-set"> - + <div id="search_results" class="results-group"> <div class="result-head"> <h2>UNL Web</h2> @@ -15,13 +15,13 @@ </div> <div class="search-results"> <?php echo $local_results ?> - <?php renderTemplate('templates/google-results.tpl.php', array( + <?php echo renderTemplate('templates/google-results.tpl.php', array( 'title' => 'All of UNL', 'id' => 'unl_results', )) ?> </div> </div> - + <div id="directory_results" class="results-group"> <div class="result-head"> <h2>UNL Directory</h2> @@ -32,8 +32,8 @@ </div> <div id="ppl_results" class="search-results"></div> </div> - + </div> - + </div> -</section> \ No newline at end of file +</section> -- GitLab