Your IP : 10.10.0.253


Current Path : /var/www/templates/jl_ifolio_free/
Upload File :
Current File : /var/www/templates/jl_ifolio_free/index.php

<?php
/**
 * @package   Gantry 5 Theme
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
 * @license   GNU/GPLv2 and later
 *
 * http://www.gnu.org/licenses/gpl-2.0.html
 */

defined('_JEXEC') or die;

// Bootstrap Gantry framework or fail gracefully (inside included file).
$gantry = include __DIR__ . '/includes/gantry.php';

/** @var \Gantry\Framework\Theme $theme */
$theme = $gantry['theme'];

/** @var \Gantry\Framework\Configurations $configurations */
$configurations = $gantry['configurations'];

// Render the page.
echo $theme
    ->render('index.html.twig');