Login / Sign Up or Help
Home Forums
Welcome, Guest
Please Login or Register.    Lost Password?

Installing on Joomla
(1 viewing) (1) Guest
Installing the WebTuna JavaScript
Go to bottomPage: 1
TOPIC: Installing on Joomla
#2
Installing on Joomla 2 Years, 2 Months ago  
Where to install the JavaScript for Joomla CMS?

Well to get the JavaScript into the <head> section you will need to modify the index.php of the template you are using.

First find out which template(s) your site is using by look in the "Template Manager" which can be found on the "Extensions" menu of the Joomla Administrator screen.

Now find the index.php file for the template by going to [joomla dir]/templates/[template name]/index.php

Open it in a text editor and look for the start of the <head> section. Then underneath this insert the line <script src="webtuna.js"></script>. This assumes that the webtuna.js is in the root of your website.

<head>
<script src="webtuna.js"></script>
...
...
...
...
</head>

That's it your all done!
The administrator has disabled public write access.
 
Go to topPage: 1
Latest Forum Posts