Hi,
I want to add some code lines before </head> tag
What’s the file that i must edit in order to include the code provided here:
http://prof3ta.netsons.org/index.php?option=com_content&view=article&id=54&Itemid=90
I had already tried to add the code in head.php and default.php with no success.
The code:
<script type=”text/javascript” src=”/<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/prototype.js”></script>
<script type=”text/javascript” src=”/<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/scriptaculous.js?load=effects”></script>
<script type=”text/javascript” src=”/<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/lightbox.js”></script>
<script type=”text/javascript” src=”/<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/js/instant.js”></script>
<link type=”text/css” href=”/<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/css/lightbox.css” rel=”stylesheet” media=”screen”/>
Thanks