Skip to content
Snippets Groups Projects
Commit 72f7fd7a authored by Seth Meranda's avatar Seth Meranda
Browse files

Use local site title to label local site searches. Close #2.

parent d36e0273
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ if (isset($_GET['u']) //u is referring site ...@@ -77,7 +77,7 @@ if (isset($_GET['u']) //u is referring site
UNL_Search.local_search_context = '.$context.'; UNL_Search.local_search_context = '.$context.';
'); ');
$local_results = ' $local_results = '
<h3 class="sec_header">Local Results</h3> <h3 class="sec_header">'.$page->titlegraphic.' Results</h3>
<div id="local_results" class="google-results"></div>'; <div id="local_results" class="google-results"></div>';
} else { } else {
// Default search for no referring site. // Default search for no referring site.
......
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