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
--