The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 584cc77a authored by Demian Katz's avatar Demian Katz
Browse files

Code simplification.

parent fea1db09
No related merge requests found
......@@ -94,13 +94,13 @@
$this->headScript()->appendFile("keep_alive.js");
}
?>
<?=$this->headScript()?>
<?
$root = rtrim($this->url('home'), '/');
$translations = $this->jsTranslations()->getJSON();
$setupJS = "var VuFind = new VuFindNamespace('{$root}', {$translations});";
$this->headScript()->appendScript($setupJS);
?>
<?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, $setupJS, 'SET'); ?>
<?=$this->headScript()?>
</head>
<body class="<?=$this->layoutClass('offcanvas-row')?><? if ($this->layout()->rtl): ?> rtl<? endif; ?>">
<? // Set up the search box -- there are three possible cases:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment