Skip to content
Snippets Groups Projects
Commit 0f868fec authored by Brett T Bieber's avatar Brett T Bieber
Browse files

Merge pull request #6 from smeranda2/master

Use local site title to label local site searches.
parents a82bd0e9 72f7fd7a
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ if (isset($_GET['u']) //u is referring site
UNL_Search.local_search_context = '.$context.';
');
$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>';
} else {
// 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