diff --git a/docs/upgrades/templates-6.9.0/wgtemplate_default_forum_search.tmpl b/docs/upgrades/templates-6.9.0/wgtemplate_default_forum_search.tmpl
new file mode 100644
index 000000000..67e41579b
--- /dev/null
+++ b/docs/upgrades/templates-6.9.0/wgtemplate_default_forum_search.tmpl
@@ -0,0 +1,90 @@
+#PBtmpl0000000000000031
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | class="odd"> |
+
+ class="odd"> |
+
+ class="odd"> |
+
+ class="odd"> @ |
+
+
+
+
+
+
+
+
+
+
+~~~
+h2{
+ font-family:arial;
+}
+.searchResults{
+ border:solid silver 1px;
+ margin-top:5px;
+}
+.searchResults td{
+ font-family:arial;
+ font-size:9pt;
+}
+.searchResults td a{
+ color:#29587E;
+}
+.searchResults td.odd{
+ background-color:#DADADA;
+}
+.searchResults td.tableHeader{
+ background-color:gray;
+ color:white;
+ border-bottom:double solid silver 3px;
+ font-weight:bold;
+}
+.pagination
+{
+ background:#C0C0C0;
+ width:95%;
+ text-align:right;
+ padding:3px;
+ font-size:9pt;
+ font-family:arial;
+}
+
+.postControls a
+{
+ color:white;
+}
\ No newline at end of file