Your IP : 216.73.216.43


Current Path : /home/cbequiperp/www/templates/elvyre/tpls/
Upload File :
Current File : /home/cbequiperp/www/templates/elvyre/tpls/box.php

<?php
/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org 
 *------------------------------------------------------------------------------
 */


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 
	
	 if($this->getParam('colormode')==1){
	 $this->loadBlock ('default_grey'); }
	 else if($this->getParam('colormode')==2){
	 $this->loadBlock ('brown'); }
	 else if($this->getParam('colormode')==3){
	 $this->loadBlock ('cyan'); }
	 else if($this->getParam('colormode')==4){
	 $this->loadBlock ('dark_red'); }
	 else if($this->getParam('colormode')==5){
	 $this->loadBlock ('light_cyan'); }
	 else if($this->getParam('colormode')==6){
	 $this->loadBlock ('light_green'); }
	 else if($this->getParam('colormode')==7){
	 $this->loadBlock ('magenta'); }
	 else if($this->getParam('colormode')==8){
	 $this->loadBlock ('orange'); }
	 else if($this->getParam('colormode')==9){
	 $this->loadBlock ('yellow'); }
	 else{
	 $this->loadBlock ('default_grey'); 
	 }
	 ?>
</head>
<body class="homepage">

<div id="page-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

<?php $this->loadBlock('header') ?>

<?php $this->loadBlock('slidearea') ?>

<?php $this->loadBlock('pagebanner') ?>

<?php $this->loadBlock('welcome') ?>

<?php $this->loadBlock('servicearea') ?>

<?php $this->loadBlock('containerposition') ?>

<?php $this->loadBlock('gallery-intelligent') ?>

<?php $this->loadBlock('ourexperience') ?>

<?php $this->loadBlock('image-offer-stats') ?>

<?php $this->loadBlock('developmentprocess') ?>

<?php $this->loadBlock('experience-skills') ?>

<?php $this->loadBlock('blogpost-happyclient') ?>

<?php $this->loadBlock('hometestimonial') ?>

<?php $this->loadBlock('path') ?>

<?php $this->loadBlock('fulllayout') ?>

  <?php $this->loadBlock('mainbody') ?>

  <?php $this->loadBlock('spotlight-2') ?>

  <?php $this->loadBlock('navhelper') ?>

  <?php $this->loadBlock('footer') ?>

</div>


</body>

</html>