Vanilla – Универсальный шаблон Joomla от YOOtheme

Статус
Закрыто для дальнейших ответов.

contra

Новичок
Регистрация
22.01.2011
Сообщения
3
Как редоктировать такой шаблон в index.php Совсем не так как у других шалонов Html код короткий
<?php
/**
* @package yoo_vanilla Template
* @file index.php
* @version 5.5.0 February 2011
* @author YOOtheme http://www.yootheme.com
* @copyright Copyright © 2007 - 2011 YOOtheme GmbH
* @license YOOtheme Proprietary Use License (http://www.yootheme.com/license)
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

// include config
include_once(dirname(__FILE__).'/config.php');

// get warp
$warp =& Warp::getInstance();

// load main template file, located in /layouts/template.php
echo $warp->template->render('template');
и ВСЁ
 
Статус
Закрыто для дальнейших ответов.
Верх Низ