From 888d2536b5ddf86d73148e1938ae801a1f7f8846 Mon Sep 17 00:00:00 2001
From: Graham Cole <chckens@sucs.org>
Date: Fri, 30 Sep 2011 17:25:15 +0000
Subject: [PATCH] fix google custom search, the easy way :-/

---
 templates/search.cy.tpl | 2 +-
 templates/search.tpl    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/search.cy.tpl b/templates/search.cy.tpl
index 939f5ad..09652e9 100644
--- a/templates/search.cy.tpl
+++ b/templates/search.cy.tpl
@@ -1,6 +1,6 @@
 	<div id="searchbox" class="cbb">
 		<h3>Chwiliwch CGPA</h3>
-		<form method="get" action="http://www.google.co.uk/custom">
+		<form method="get" action="http://www.google.co.uk/cse">
 		<div id="search">
 		<input type="text" class="text" name="q" maxlength="255" value="" /><br />
 
diff --git a/templates/search.tpl b/templates/search.tpl
index fae1478..1c7fea0 100644
--- a/templates/search.tpl
+++ b/templates/search.tpl
@@ -1,6 +1,6 @@
 	<div id="searchbox" class="cbb">
 		<h3>Search SUCS</h3>
-		<form method="get" action="http://www.google.co.uk/custom">
+		<form method="get" action="http://www.google.co.uk/cse">
 		<div id="search">
 			<input type="text" class="text" name="q" maxlength="255" value="" /><br />
 
-- 
GitLab