Your IP : 216.73.216.43


Current Path : /home/cbequiperp/www/templates/elvyre/tpls/blocks/
Upload File :
Current File : /home/cbequiperp/www/templates/elvyre/tpls/blocks/footer - Copie.php

<?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;
?>
<section class="footer-wrapper">

<footer id="footer" class="wrap t3-footer">

	<?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6')) : ?>
		<!-- FOOT NAVIGATION -->
		 <section class="triggerAnimation animated" data-animate="fadeIn">
		<div class="container">
			<?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6') ?>
		</div>
		</section>		<!-- //FOOT NAVIGATION -->
	<?php endif ?>
</footer>
<div class="copyright-container">
                
                <div class="container">
                    
                    <div class="row">
					
                        <section class="grid_6">
						<jdoc:include type="modules" name="<?php $this->_p('bottommenuleft') ?>" style="xhtml"/>
                        </section>

                        <section class="grid_6">
                            <div class="footer-breadcrumbs">
                                <jdoc:include type="modules" name="<?php $this->_p('bottommenuright') ?>" style="xhtml"/>
                            </div>
                        </section>
                    </div>
                </div>
            </div>

            <a href="#" class="scroll-up">Scroll</a>
</section>
<!-- //FOOTER -->