añadido el js de foundation al footer
This commit is contained in:
parent
5196290f91
commit
ff273f2274
|
@ -15,7 +15,6 @@ $this->headLink()->prependStylesheet($this->assetUrl('css/iconfonts.css', 'Omeka
|
||||||
// 'integrity' => 'sha256-/PFxCnsMh+nTuM0k3VJCRch1gwnCfKjaP8rJNq5SoBg= sha384-9ksAFjQjZnpqt6VtpjMjlp2S0qrGbcwF/rvrLUg2vciMhwc1UJJeAAOLuJ96w+Nj sha512-UMSn6RHqqJeJcIfV1eS2tPKCjzaHkU/KqgAnQ7Nzn0mLicFxaVhm9vq7zG5+0LALt15j1ljlg8Fp9PT1VGNmDw==',
|
// 'integrity' => 'sha256-/PFxCnsMh+nTuM0k3VJCRch1gwnCfKjaP8rJNq5SoBg= sha384-9ksAFjQjZnpqt6VtpjMjlp2S0qrGbcwF/rvrLUg2vciMhwc1UJJeAAOLuJ96w+Nj sha512-UMSn6RHqqJeJcIfV1eS2tPKCjzaHkU/KqgAnQ7Nzn0mLicFxaVhm9vq7zG5+0LALt15j1ljlg8Fp9PT1VGNmDw==',
|
||||||
// 'crossorigin' => 'anonymous'
|
// 'crossorigin' => 'anonymous'
|
||||||
// ]);
|
// ]);
|
||||||
$this->headScript()->prependFile($this->assetUrl('js/foundation.js'));
|
|
||||||
$this->headScript()->prependFile($this->assetUrl('js/global.js', 'Omeka'));
|
$this->headScript()->prependFile($this->assetUrl('js/global.js', 'Omeka'));
|
||||||
|
|
||||||
$this->headScript()->prependFile($this->assetUrl('js/expand-site-list-item.js'));
|
$this->headScript()->prependFile($this->assetUrl('js/expand-site-list-item.js'));
|
||||||
|
@ -94,8 +93,9 @@ endif;
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
</content>
|
</content>
|
||||||
<script>
|
<script>
|
||||||
//$(document).foundation();
|
// $(document).foundation();
|
||||||
</script>
|
</script>
|
||||||
|
<script src="<?php echo $this->assetUrl('js/foundation.js'); ?>"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue