Please Log in or Create an account to join the conversation.
<?php
/**
* @package yoo_master2
* @author YOOtheme www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license www.gnu.org/licenses/gpl.html GNU/GPL
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
// get warp
$warp = require(__DIR__.'/warp.php');
// load main theme file, located in /layouts/theme.php
echo $warp->render('theme');
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.