che poi io ho seguito il tutorial di come creare le posizioni, il problema è che nel index.php di base del tempplate c'è solo questo:
<?php
/*
* ------------------------------------------------------------------------
* JA Purity II template for Joomla 1.7
* ------------------------------------------------------------------------
* Copyright (C) 2004-2011 JoomlArt.com. All Rights Reserved.
* @license GNU/GPLv3
http://www.gnu.org/licenses/gpl-3.0.html * Author: JoomlArt.com
* Websites:
http://www.joomlart.com -
http://www.joomlancers.com.
* ------------------------------------------------------------------------
*/
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');
}