Project

General

Profile

1
<?php
2
/**
3
* @package   yoo_bento
4
* @author    YOOtheme http://www.yootheme.com
5
* @copyright Copyright (C) YOOtheme GmbH
6
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
7
*/
8

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

    
12
// get warp
13
$warp = require(__DIR__.'/warp.php');
14

    
15
// load main theme file, located in /layouts/theme.php
16
echo $warp['template']->render('theme');
(12-12/19)