4346834de6b2426317900b3e6943b4cd7ae303df
kate
  Thu Jan 12 11:55:39 2017 -0800
Moving page start and end includes to include dir. refs #18504

diff --git src/hg/htdocs/gbPageStart.html src/hg/htdocs/gbPageStart.html
deleted file mode 100644
index ba0a849..0000000
--- src/hg/htdocs/gbPageStart.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!-- gbPageStart.html - Include file for GB static pages -->
-
-<html>
-    <head>
-        <meta charset="UTF-8">
-        <title>
-            <!--#echo var="title" -->
-        </title>
-        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:700|Lato:700,700italic,300,400,400italic">
-        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
-        <!--#if expr="$GB_DOCUMENT_ROOT" -->
-            <!-- For non-standard GB doc installations at mirror sites:
-                1) Set Apache Alias /gbDocs to the new root directory
-                2) Use Apache SetEnv to set GB_DOCUMENT_ROOT to "on"
-            -->
-            <link rel="stylesheet" href="/gbDocs/style/bootstrap.min.css">
-            <link rel="stylesheet" href="/gbDocs/style/gb.css">
-            <link rel="stylesheet" href="/gbDocs//staticStyle/gbStatic.css">
-        <!--#else -->
-            <link rel="stylesheet" href="/style/bootstrap.min.css">
-            <link rel="stylesheet" href="/style/gb.css">
-            <link rel="stylesheet" href="/staticStyle/gbStatic.css">
-        <!--#endif -->
-    </head>
-
-    <body>
-        <!-- Blue menu bar / hotlinks -->
-        <!--#include virtual="/cgi-bin/hgMenubar"-->
-        <!--#if expr="$GB_DOCUMENT_ROOT" -->
-            <!-- Override nice-menu.css styling -->
-            <link rel="stylesheet" href="/gbDocs/style/gbAfterMenu.css">
-            <!-- Override default home link icon -->
-            <link rel="stylesheet" href="/gbDocs/style/gbLogoInMenu.css">
-        <!--#else -->
-            <link rel="stylesheet" href="/style/gbAfterMenu.css">
-            <link rel="stylesheet" href="/style/gbLogoInMenu.css">
-        <!--#endif -->
-
-        <!-- Grid layout from bootstrap.css -->
-        <div class="container-fluid">
-            <!-- Wrapper for GB content -->
-            <div class="gbsPage">
-