I have in my custom_hooks folder head.php with the following code
<?php if(!defined('access') or !access) die('This file cannot be directly accessed.'); ?>
<link rel="stylesheet" type="text/css" href="/assets/css/ebayblock.css">
<script source="/assets/js/ajaxtabs.js"></script>
but ajaxtabs.js is not loading. I made sure the source is correct and the file is uploaded to the server. Any idea what I might be doing wrong?
Thanks 🙂
<?php if(!defined('access') or !access) die('This file cannot be directly accessed.'); ?>
<link rel="stylesheet" type="text/css" href="/assets/css/ebayblock.css">
<script source="/assets/js/ajaxtabs.js"></script>
but ajaxtabs.js is not loading. I made sure the source is correct and the file is uploaded to the server. Any idea what I might be doing wrong?
Thanks 🙂