Trying to link a javascript file to my header.php so users can login via a popup form. The popup form is there, just hidden, and I'm using javascript to show it when the login button is clicked.
The file won't link though?
I've added a basic alert to check if it is at all linked and nothing happens.
<script src="<?php echo BASE_URL . '/assets/js/loginPopup.js'?>"></script>
Does that look wrong to anyone? Proper pulling my hair out, cheers for any help
/. :-)