Quote:
Originally Posted by kh99
parse_templates should work, it's just before the header template is rendered.
|
It's the first that I tried

But didn't worked. I'll recheck the code, but the template that I'm trying to implement is very simple:.
Code:
<link rel="stylesheet" href="christeris/ratemysite/includes/jqModal.css" type="text/css" />
<script type="text/javascript" src="christeris/ratemysite/includes/jqModal.js"></script>
<script type="text/javascript">
$().ready(function() {
$('#userrate').jqm({trigger: 'a.userrate'});
});
</script>
Thank you