Skip to content
Snippets Groups Projects
Commit 4ee199e8 authored by Kevin Abel's avatar Kevin Abel
Browse files

Ensure that the results placeholder is loaded

parent a62c20aa
No related branches found
No related tags found
1 merge request!64.1
<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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment