Skip to content
Snippets Groups Projects
Commit c21b422b authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #17038 [fid] fix fid theme's javascript config

* also refs #18191
parent 371b2275
Branches
Tags
No related merge requests found
<!-- fid: helpers - openurl --> <!-- fid: helpers - openurl -->
<?php <?php
//echo $this->inlineScript(\Zend\View\Helper\HeadScript::FILE, 'openurl.js', 'SET'); echo $this->inlineScript(\Zend\View\Helper\HeadScript::FILE, 'openurl.js', 'SET');
$classes = ''; $classes = '';
if ($this->openUrlEmbed) { if ($this->openUrlEmbed) {
$classes = "fulltext"; $classes = "fulltext";
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
return [ return [
'extends' => 'finc', 'extends' => 'finc',
'js' => [
'openurl.js',
],
'helpers' => array( 'helpers' => array(
'factories' => array( 'factories' => array(
'fid\View\Helper\Root\UserGroups' => 'fid\View\Helper\Root\UserGroups' =>
......
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