| Current Path : /var/www/html/templates/t3_blank/tpls/ |
| Current File : /var/www/html/templates/t3_blank/tpls/home-2.php |
<?php
/**
*------------------------------------------------------------------------------
* @package T3 Framework for Joomla!
*------------------------------------------------------------------------------
* @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
* @license GNU General Public License; http://www.gnu.org/licenses/gpl.html
* @author JoomlArt, JoomlaBamboo
* If you want to be come co-authors of this project, please follow
* our guidelines at http://t3-framework.org/contribute
*------------------------------------------------------------------------------
*/
defined('_JEXEC') or die;
?>
<!DOCTYPE html>
<html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" class='<jdoc:include type="pageclass" />'>
<head>
<jdoc:include type="head" />
<?php $this->loadBlock ('head') ?>
<?php $this->addCss('home') ?>
<?php $this->addCss('home-responsive') ?>
</head>
<body>
<?php $this->loadBlock ('header') ?>
<?php $this->loadBlock ('mainnav') ?>
<?php $this->loadBlock ('mainbody-home-2') ?>
<?php $this->loadBlock ('footer') ?>
</body>
</html>