From 72f7fd7ad8baafeb76528712f7d574ad07afbcb9 Mon Sep 17 00:00:00 2001
From: Seth Meranda <seth@meranda.org>
Date: Fri, 7 Sep 2012 08:54:40 -0500
Subject: [PATCH] Use local site title to label local site searches. Close #2.

---
 www/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/index.php b/www/index.php
index 1b23fc3..ed1870b 100644
--- a/www/index.php
+++ b/www/index.php
@@ -77,7 +77,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.
-- 
GitLab