Edit Main Page Template bug fix Coffe

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
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
Sun Dec 04, 2011 4:13 pm
Hi,

Is there a problem with the backend for the ' edit main page template ' with the Coffe 1.7 template ?,

I click the ' extenstions > template manager > templates > gk_coffe Details > Edit main page template >

And below is the only text shown:

Code: Select all
[i]<?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 */[/i]



If I click the other default ' Beez ' template It works Ok,

Can you advise what is wrong please ?,

Thanks,

Niall Kelly

--
User avatar
Senior Boarder

GK User
Mon Dec 05, 2011 11:07 am
Hi,

No, it's NOT wrong at all since the template is based on Gavern Framework so it has different structure from other traditional Joomla templates.

If you want to customize the layout, the file you may need is /layouts/default.php
User avatar
Platinum Boarder

GK User
Mon Dec 05, 2011 1:30 pm
Hi Don Lee,

Thanks for that ; )

Niall K

--
User avatar
Senior Boarder


cron