Witam,
Chcę dodać nową pozycję w opartym na Joomli szablonie JA PURITY II. Mój problem polega na tym, że w pliku /templates/ja_purity_ii/index.php nie ma tego, co jest prezentowane na filmikach z YT czy forach. Wygląda to tak:
Kod:
<?php
/*
 * ------------------------------------------------------------------------
 * JA Purity II template for Joomla 2.5 & 3.2
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/
// no direct access
defined ( '_JEXEC' ) or die ( 'Restricted access' ); 


if (class_exists('T3Template')) {
	$tmpl = T3Template::getInstance();
	$tmpl->setTemplate($this);
	$tmpl->render();
	return;
} else {
	//Need to install or enable JAT3 Plugin
	echo JText::_('Missing jat3 framework plugin');
}
Podczas gdy ten plik powinien być dłuższy i zawierać informacje o innych pozycjach, po prostu strona po kolei gdzie mogę wstawić znacznik z oznaczeniem pozycji, a tutaj nie mam gdzie.
Z plikiem templateDetails.xml nie ma problemu.
Proszę o pomoc.