Need to add google tracking code to all pages!!! - Joomla! Forum - community, help and support
i need add google code someplace such include file, header or footer code on pages of site.
i informed add index.php above closing head tag there no head tags in index.php file template i'm using. what?
please help.
this what's in index.php file
<?php
/*
* ------------------------------------------------------------------------
* ja mendozite template joomla 2.5.x
* ------------------------------------------------------------------------
* copyright (c) 2004-2011 j.o.o.m solutions co., ltd. rights reserved.
* @license - copyrighted commercial software
* author: j.o.o.m solutions co., ltd
* websites: http://www.joomlart.com - http://www.joomlancers.com
* file may not redistributed in whole or significant part.
* ------------------------------------------------------------------------
*/
// no direct access
defined ( '_jexec' ) or die ( 'restricted access' );
if (class_exists('t3template')) {
$tmpl = t3template::getinstance();
$tmpl->settemplate($this);
$tmpl->render();
return;
} else {
//need install or enable jat3 plugin
echo jtext::_('missing_jat3_framework_plugin');
}
Comments
Post a Comment