main page file

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Sep 13, 2011 8:59 am
Have a nice day
I can not find the file to add the homepage to the site to google and alexa codes, codes that appear in the arrangement between the field and corresponding theme manager, google home page when I wrote the code where you need to add the site error veriyor.kodları? Thanks

My English is not, I apologize ... I use google translation
User avatar
Fresh Boarder

GK User
Tue Sep 13, 2011 9:03 am
look at: /templates/{template-name}/layouts/blocks/head.php
User avatar
Fresh Boarder

GK User
Tue Sep 13, 2011 2:32 pm
Krzysztof Malina wrote:look at: /templates/{template-name}/layouts/blocks/head.php


head in the path of the file that you do not have codes, the site does not open there, when I add google code, it encodes the file;

<?php

/**
*
* Main file
*
* @version 1.0.0
* @package Gavern Framework
* @copyright Copyright (C) 2010 - 2011 GavickPro. All rights reserved.
*
*/

// No direct access.
defined('_JEXEC') or die;
// enable showing errors in PHP
//ini_set('error_reporting', E_ALL);
//ini_set('display_errors','On');

// include framework classes and files
require_once('lib/framework/gk.const.php');
require_once('lib/framework/gk.parser.php');
require_once('lib/gk.framework.php');
// run the framework
$tpl = new GKTemplate($this, $GK_TEMPLATE_MODULE_STYLES);
/* End of the file - index.php */

If this is the only way to be added to the exact line?

When I add the site error;

templates/gk_twn2/index.php on line 12
User avatar
Fresh Boarder

GK User
Tue Sep 13, 2011 10:14 pm
At the bottom of the file /your-template/layout/blocks/head.php, you should be able to simply add the line of code you need . . . if you are having problems with this, send the files through and post a site link and I'll take a closer look.
User avatar
Expert Boarder


cron