9420e7b307ea829526f35d8f3ae05be323e4d55f kate Thu Dec 15 13:36:07 2016 -0800 Add variable for page title. refs #18504 diff --git src/hg/htdocs/gbPageStart.html src/hg/htdocs/gbPageStart.html index 02a8e3c..644cc0f 100644 --- src/hg/htdocs/gbPageStart.html +++ src/hg/htdocs/gbPageStart.html @@ -1,21 +1,23 @@ <!-- gbPageStart.html - Include file for GB static pages --> <html> <head> <meta charset="UTF-8"> - <title>GB Static page template</title> + <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"> <link rel="stylesheet" href="../style/bootstrap.min.css"> <link rel="stylesheet" href="../staticStyle/gbStatic.css"> <link rel="stylesheet" href="../style/gb.css"> </head> <body> <!-- Blue menu bar / hotlinks --> <div> <!--#include virtual="cgi-bin/hgMenubar"--> <!-- Override nice-menu.css styling --> <link rel="stylesheet" href="../style/gbAfterMenu.css"> <!-- Override default home link icon --> <link rel="stylesheet" href="../style/gbLogoInMenu.css">