Skip to content
Snippets Groups Projects

Implement site notice

Merged Jeff Sturek requested to merge JSTUREK8/UNL_Search:implement-site-message into master
3 files
+ 20
8
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
0
@@ -62,6 +62,10 @@ if ($isEmbed && $_GET['embed'] === '1') {
$page->setLocalIncludePath(__DIR__);
}
if (isset($siteNotice) && $siteNotice->display) {
$page->displayDCFNoticeMessage($siteNotice->title, $siteNotice->message, $siteNotice->type, $siteNotice->noticePath, $siteNotice->containerID);
}
$page->doctitle = '<title>Search | University of Nebraska&ndash;Lincoln</title>';
$page->head .= '<link rel="home" href="./" />';
Loading