| Current Path : /home/bateauecpx/www/templates/gravity/ |
| Current File : /home/bateauecpx/www/templates/gravity/index.php |
<?php
// 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['template']->render('theme');