diff --git a/sharedcode/localSiteLinks.html b/sharedcode/localSiteLinks.html index 396539c1a971ba645aaf9674de6b656f0810a930..28d105c26dd5ae1f361c3fea24d3030e4e1acf19 100644 --- a/sharedcode/localSiteLinks.html +++ b/sharedcode/localSiteLinks.html @@ -1,2 +1,4 @@ <link rel="home" href="http://www.unl.edu/" title="UNL" /> + +<script src="/ucomm/sharedcode/scripts/top_level.js"></script> diff --git a/sharedcode/scripts/top_level.js b/sharedcode/scripts/top_level.js new file mode 100644 index 0000000000000000000000000000000000000000..fde0cc079a896c373b9ebf866fa0e6515dcbba79 --- /dev/null +++ b/sharedcode/scripts/top_level.js @@ -0,0 +1,5 @@ + +// Set the site title for TOP level sites so that the intro text is nicer (and the site title changes) +var visitorchat_config = { + 'site_title' : 'UNL' +};