We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Mathias
  2. General Discussion
  3. Wednesday, 18 June 2014
  4.  Subscribe via email
Hi!
Im trying to find the file that controling the <head> ...

I want to change the output:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

and update it to a newer version and se if it take some effect on a script... Where do I find this line of code? Is it the T3 Framework template or is it in the Joomla system itself somewhere...?
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Mathias,

The files that controls the <head> are the layout files. You can find all the files in: your-site-root-folder/templates/t3_bs3_blank/tpls/

Here is an example:

<head>
<jdoc:include type="head" />
<?php $this->loadBlock('head') ?>
</head>
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.