diff --git a/examples/demo/demo.ecf b/examples/demo/demo.ecf
index dcbec04..d58c22b 100644
--- a/examples/demo/demo.ecf
+++ b/examples/demo/demo.ecf
@@ -32,6 +32,7 @@
+
diff --git a/examples/demo/roc.cfg b/examples/demo/roc.cfg
index f44a5c3..e8ec181 100644
--- a/examples/demo/roc.cfg
+++ b/examples/demo/roc.cfg
@@ -12,6 +12,7 @@
"contact": { "location": "../../modules/contact" },
"feed_aggregator": { "location": "../../modules/feed_aggregator" },
"google_search": { "location": "../../modules/google_search" },
+ "google_search_20": { "location": "../../modules/google_search_20" },
"node": { "location": "../../modules/node" },
"oauth20": { "location": "../../modules/oauth20" },
"openid": { "location": "../../modules/openid" },
diff --git a/examples/demo/site/modules/google_search_20/config/google_search_20.json b/examples/demo/site/modules/google_search_20/config/google_search_20.json
new file mode 100644
index 0000000..9cf9e80
--- /dev/null
+++ b/examples/demo/site/modules/google_search_20/config/google_search_20.json
@@ -0,0 +1,5 @@
+{
+ "gcse": {
+ "cx":""
+ }
+}
diff --git a/examples/demo/site/modules/google_search_20/templates/block_search.tpl b/examples/demo/site/modules/google_search_20/templates/block_search.tpl
new file mode 100644
index 0000000..056ad79
--- /dev/null
+++ b/examples/demo/site/modules/google_search_20/templates/block_search.tpl
@@ -0,0 +1,7 @@
+
+
+ Results for {$cms_search_query/}
+
+
+
+
diff --git a/examples/demo/site/themes/bootstrap/page.tpl b/examples/demo/site/themes/bootstrap/page.tpl
index 47c331c..785cf06 100644
--- a/examples/demo/site/themes/bootstrap/page.tpl
+++ b/examples/demo/site/themes/bootstrap/page.tpl
@@ -40,7 +40,7 @@