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