| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/a/w/e/awebpaca/lessarmoudes/templates/t3_blank/tpls/blocks/ |
Upload File : |
<?php
/**
* @package T3 Blank
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
?>
<div class="home">
<?php if ($this->countModules('home-1')) : ?>
<!-- HOME SL 1 -->
<div class="wrap t3-sl t3-sl-1<?php $this->_c('home-1')?>">
<jdoc:include type="modules" name="<?php $this->_p('home-1') ?>" style="raw" />
</div>
<!-- //HOME SL 1 -->
<?php endif ?>
<?php if ($this->countModules('home-2')) : ?>
<!-- HOME SL 2 -->
<div class="container t3-sl t3-sl-2<?php $this->_c('home-2')?>">
<jdoc:include type="modules" name="<?php $this->_p('home-2') ?>" style="raw" />
</div>
<!-- //HOME SL 2 -->
<?php endif ?>
<?php if ($this->countModules('home-3')) : ?>
<!-- HOME SL 3 -->
<div class="container t3-sl t3-sl-3<?php $this->_c('home-3')?>">
<jdoc:include type="modules" name="<?php $this->_p('home-3') ?>" style="raw" />
</div>
<!-- //HOME SL 3 -->
<?php endif ?>
<?php if ($this->countModules('home-4')) : ?>
<!-- HOME SL 4 -->
<div class="container t3-sl t3-sl-4<?php $this->_c('home-4')?>">
<jdoc:include type="modules" name="<?php $this->_p('home-4') ?>" style="raw" />
</div>
<!-- //HOME SL 4 -->
<?php endif ?>
<?php if ($this->countModules('home-5')) : ?>
<!-- HOME SL 5 -->
<div class="wrap t3-sl t3-sl-5<?php $this->_c('home-5')?>">
<jdoc:include type="modules" name="<?php $this->_p('home-5') ?>" style="raw" />
</div>
<!-- //HOME SL 5 -->
<?php endif ?>
</div>