Index: jquerymobile/RecordDrivers/Index/result-grid.tpl
===================================================================
--- jquerymobile/RecordDrivers/Index/result-grid.tpl	(revision 0)
+++ jquerymobile/RecordDrivers/Index/result-grid.tpl	(revision 0)
@@ -0,0 +1,4 @@
+{* Grid view is not currently supported in the mobile theme. This file loads the
+   list view as a sub-template in case a user follows a link which contains the
+   view=grid parameter in the URL. See also list-grid.tpl  *}
+{include file="RecordDrivers/Index/result.tpl"}
\ No newline at end of file
Index: jquerymobile/Search/list-grid.tpl
===================================================================
--- jquerymobile/Search/list-grid.tpl	(revision 0)
+++ jquerymobile/Search/list-grid.tpl	(revision 0)
@@ -0,0 +1,4 @@
+{* Grid view is not currently supported in the mobile theme. This file loads the
+   list view as a sub-template in case a user follows a link which contains the
+   view=grid parameter in the URL. See also result-grid.tpl  *}
+{include file="Search/list-list.tpl"}
\ No newline at end of file
Index: mobile/RecordDrivers/Index/result-grid.tpl
===================================================================
--- mobile/RecordDrivers/Index/result-grid.tpl	(revision 0)
+++ mobile/RecordDrivers/Index/result-grid.tpl	(revision 0)
@@ -0,0 +1,4 @@
+{* Grid view is not currently supported in the mobile theme. This file loads the
+   list view as a sub-template in case a user follows a link which contains the
+   view=grid parameter in the URL. See also list-grid.tpl  *}
+{include file="RecordDrivers/Index/result.tpl"}
\ No newline at end of file
Index: mobile/Search/list-grid.tpl
===================================================================
--- mobile/Search/list-grid.tpl	(revision 0)
+++ mobile/Search/list-grid.tpl	(revision 0)
@@ -0,0 +1,4 @@
+{* Grid view is not currently supported in the mobile theme. This file loads the
+   list view as a sub-template in case a user follows a link which contains the
+   view=grid parameter in the URL. See also result-grid.tpl  *}
+{include file="Search/list-list.tpl"}
\ No newline at end of file

