Skip to content
Snippets Groups Projects

4.1

Merged Michael Fairchild requested to merge 4.1 into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -36,6 +36,11 @@ if (UNL_Search::$mode === 'debug') {
$page->addScript('js/search.min.js');
}
$wdn_include_path = UNL_Search::getProjectRoot() . '/www';
if (file_exists($wdn_include_path . '/wdn/templates_4.1')) {
$page->setLocalIncludePath($wdn_include_path);
}
if (!$isEmbed) {
$page->doctitle = '<title>Search | University of Nebraska&ndash;Lincoln</title>';
$page->pagetitle = '';
Loading