|
From: <hom...@us...> - 2016-04-26 16:15:54
|
Revision: 5320
http://sourceforge.net/p/oscss/svn/5320
Author: homer8173
Date: 2016-04-26 16:15:52 +0000 (Tue, 26 Apr 2016)
Log Message:
-----------
MAJ footer according to new conf details
Modified Paths:
--------------
trunk/catalog/install/data/templates/appareil_photo/techno/Childs_tpl/footer.php
Modified: trunk/catalog/install/data/templates/appareil_photo/techno/Childs_tpl/footer.php
===================================================================
--- trunk/catalog/install/data/templates/appareil_photo/techno/Childs_tpl/footer.php 2016-04-26 15:47:07 UTC (rev 5319)
+++ trunk/catalog/install/data/templates/appareil_photo/techno/Childs_tpl/footer.php 2016-04-26 16:15:52 UTC (rev 5320)
@@ -8,98 +8,101 @@
@note La Licence OpenSource d'osCSS, vous impose de conserver le liens vers le site de la communauté. C'est la seul contrepartie imposé part l'utilisation de cette solution , qui est diffusé gratuitement, dans le cadre de ca licence.
Si vous supprimer la référence à osCSS, la commuanté se reserve le droit de faire valoir ces droits aupres des organisme dedié à la protection de cette licence.
- CE template est livré gratuitement pour donner un aperçu des disponibilités du moteur de templates.
- Veuillez respecter les termes et conditions générales d'utilisation.
- Vous pouvez employer nos templates sous n'importe quel site Web publiquement accessible selon les termes et conditions générales du contrat Creative Commons
-*/
+ CE template est livré gratuitement pour donner un aperçu des disponibilités du moteur de templates.
+ Veuillez respecter les termes et conditions générales d'utilisation.
+ Vous pouvez employer nos templates sous n'importe quel site Web publiquement accessible selon les termes et conditions générales du contrat Creative Commons
+ */
global $template;
?>
<div id="push"></div>
<footer class="footer">
- <div class="row">
- <div class="col-sm-2">
- <h3><span class="sprite-info rotator"></span>Informations</h3>
- <div class="footer_box">
- <?php $boxe =$page->oscss_boxes->_return('information');
- echo unhtmlentities($boxe->content) ?>
- </div>
- </div>
- <div class="col-sm-2">
- <h3><span class="sprite-client rotator"></span><?= __('service client') ?></h3>
- <ul class="FooterBoxWrapper">
- <li class="first"><a href="<?php echo tep_href_link(FILENAME_CONTACT_US) ?>"><?php echo __('contact us') ?></a></li>
- <li><a href="/">Retours</a></li>
- <li><a href="/">Livreurs</a></li>
- <li class="last"><a href="<?php echo tep_href_link(FILENAME_SITEMAP) ?>"><?php echo __('sitemap') ?></a></li>
- </ul>
- </div>
- <div class="col-sm-2">
- <h3><span class="sprite-extra rotator"></span>Bonus</h3>
- <ul class="FooterBoxWrapper">
- <li class="first"><a href="/">Nos marques</a></li>
- <li><a href="/">Bon cadeaux</a></li>
- <li><a href="<?php echo tep_href_link(FILENAME_DEFAULT, 'featured=2') ?>"><?= __('offers moment') ?></a></li>
- <li><a href="<?php echo tep_href_link('rss.php') ?>"><?php echo __('rss') ?></a></li>
- </ul>
- </div>
- <div class="col-sm-2">
- <h3><span class="sprite-follow rotator"></span><?= __('nous suivre footer') ?></h3>
- <ul class="FooterBoxWrapper">
- <li class="first"><i class="sprite-facebook rotator"></i><a target="_blank" href="https://www.facebook.com/oscss.org">Facebook</a></li>
- <li><i class="sprite-tweeter rotator"></i><a target="_blank" href="https://twitter.com/osCSS">Tweeter</a></li>
- <li><i class="sprite-pinterest rotator"></i><a target="_blank" href="http://forums.oscss.org/forum.html"><?= __('Forum footer') ?></a></li>
- <li><i class="sprite-googlep rotator"></i><a target="_blank" href="https://plus.google.com/107698144587463763937/posts">Google +</a></li>
- </ul>
- </div>
- <div class="col-sm-2">
- <h3><span class="sprite-account rotator"></span><?= __('my account') ?></h3>
- <div class="footer_box">
- <?php $boxe =$page->oscss_boxes->_return('myaccount');
- echo unhtmlentities($boxe->content) ?>
- </div>
- </div>
- <div class="col-sm-2">
- <?php $r = explode(",", STORE_NAME_ADDRESS); $r1 = explode("-", str_replace('\r\n',"",$r[2])); ?>
- <h3><span class="sprite-contact rotator"></span><?= __('nous contacter footer') ?></h3>
- <address class="vcard">
- <h4 class="name"><?php echo $r[0] ?></h4>
- <div>
- <i class="sprite-address"></i>
- <a class="adr" target="_blank" href="https://www.google.fr/maps/place/5 impasse de la cerisaie,+28240+La Loupe">
-
- <span class="street-address"><?php echo str_replace('\r\n',"",$r[1]) ?></span>
- <span class="postal-code"><?php echo $r1[0] ?></span><br />
- <span class="locality"><?php echo $r1[1] ?></span>,
- <span class="country-name"><?php echo str_replace('\r\n',"",$r[3]) ?></span>
- </a>
- </div>
- <div class="tel"><i class="sprite-tel"></i><a href="tel:+33458005391">+33 (0)4 58 00 53 91</a></div>
- <div class="email"><i class="sprite-email"></i><a href="mailto:su...@os...">su...@os...</a></div>
- </address>
- </div>
- </div>
+ <div class="row">
+ <div class="col-sm-2">
+ <h3><span class="sprite-info rotator"></span>Informations</h3>
+ <div class="footer_box">
+ <?php $boxe = $page->oscss_boxes->_return('information');
+ echo unhtmlentities($boxe->content)
+ ?>
+ </div>
+ </div>
+ <div class="col-sm-2">
+ <h3><span class="sprite-client rotator"></span><?= __('service client') ?></h3>
+ <ul class="FooterBoxWrapper">
+ <li class="first"><a href="<?php echo tep_href_link(FILENAME_CONTACT_US) ?>"><?php echo __('contact us') ?></a></li>
+ <li><a href="/">Retours</a></li>
+ <li><a href="/">Livreurs</a></li>
+ <li class="last"><a href="<?php echo tep_href_link(FILENAME_SITEMAP) ?>"><?php echo __('sitemap') ?></a></li>
+ </ul>
+ </div>
+ <div class="col-sm-2">
+ <h3><span class="sprite-extra rotator"></span>Bonus</h3>
+ <ul class="FooterBoxWrapper">
+ <li class="first"><a href="/">Nos marques</a></li>
+ <li><a href="/">Bon cadeaux</a></li>
+ <li><a href="<?php echo tep_href_link(FILENAME_DEFAULT, 'featured=2') ?>"><?= __('offers moment') ?></a></li>
+ <li><a href="<?php echo tep_href_link('rss.php') ?>"><?php echo __('rss') ?></a></li>
+ </ul>
+ </div>
+ <div class="col-sm-2">
+ <h3><span class="sprite-follow rotator"></span><?= __('nous suivre footer') ?></h3>
+ <ul class="FooterBoxWrapper">
+ <li class="first"><i class="sprite-facebook rotator"></i><a target="_blank" href="https://www.facebook.com/oscss.org">Facebook</a></li>
+ <li><i class="sprite-tweeter rotator"></i><a target="_blank" href="https://twitter.com/osCSS">Tweeter</a></li>
+ <li><i class="sprite-pinterest rotator"></i><a target="_blank" href="http://forums.oscss.org/forum.html"><?= __('Forum footer') ?></a></li>
+ <li><i class="sprite-googlep rotator"></i><a target="_blank" href="https://plus.google.com/107698144587463763937/posts">Google +</a></li>
+ </ul>
+ </div>
+ <div class="col-sm-2">
+ <h3><span class="sprite-account rotator"></span><?= __('my account') ?></h3>
+ <div class="footer_box">
+ <?php $boxe = $page->oscss_boxes->_return('myaccount');
+ echo unhtmlentities($boxe->content)
+ ?>
+ </div>
+ </div>
+ <div class="col-sm-2">
+<?php $r = explode(",", STORE_NAME_ADDRESS);
+$r1 = explode("-", str_replace('\r\n', "", $r[2])); ?>
+ <h3><span class="sprite-contact rotator"></span><?= __('nous contacter footer') ?></h3>
+ <address class="vcard">
+ <h4 class="name"><?php echo $r[0] ?></h4>
+ <div>
+ <i class="sprite-address"></i>
+ <a class="adr" target="_blank" href="https://www.google.fr/maps/place/<?php echo STORE_POS_ADDRESS ?>,+<?php echo STORE_POS_POSTCODE ?>+<?php echo STORE_POS_CITY ?>">
+
+ <span class="street-address"><?php echo STORE_POS_ADDRESS ?></span>
+ <span class="postal-code"><?php STORE_POS_POSTCODE ?></span><br />
+ <span class="locality"><?php echo STORE_POS_CITY ?></span>,
+ <span class="country-name"><?php echo str_replace('\r\n', "", $r[3]) ?></span>
+ </a>
+ </div>
+ <div class="tel"><i class="sprite-tel"></i><a href="tel:<?php echo STORE_OWNER_PHONE_NUMBER ?>"><?php echo STORE_OWNER_PHONE_NUMBER ?></a></div>
+ <div class="email"><i class="sprite-email"></i><a href="mailto:<?php echo STORE_OWNER_EMAIL_ADDRESS ?>"><?php echo STORE_OWNER_EMAIL_ADDRESS ?></a></div>
+ </address>
+ </div>
+ </div>
</footer>
- <footer class="footer_blue">
-
- <div><i class="sprite-row"></i></div>
- <div class="container bas">
- <p class="text-center"><i class="sprite-cb"></i></p>
- <p class="text-muted text-center">~ Design <a target="_blank" href="http://www.oscss.biz"><b>osCSS-Shop</b></a> - ©<?php echo date('Y') ?>
- ~ Propulsé par <a target="_blank" href="http://www.oscss.org/" title=" osCSS "><b>osCSS-2</b></a> ~</p>
- </div>
- </footer>
+<footer class="footer_blue">
+
+ <div><i class="sprite-row"></i></div>
+ <div class="container bas">
+ <p class="text-center"><i class="sprite-cb"></i></p>
+ <p class="text-muted text-center">~ Design <a target="_blank" href="http://www.oscss.org"><b>osCSS-Shop</b></a> ~ ©<?php echo date('Y') ?>
+ ~ Propulsé par <a target="_blank" href="http://www.oscss.org/" title=" osCSS "><b>osCSS-2</b></a> ~</p>
+ </div>
+</footer>
</main>
<!-- ================================================== -->
- <!-- Placed at the end of the document so the pages load faster -->
+<!-- Placed at the end of the document so the pages load faster -->
<!-- <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> -->
- <script src="<?php echo 'templates/defaut'.'/'; ?>js/bootstrap.min.js"></script>
+<script src="<?php echo 'templates/defaut' . '/'; ?>js/bootstrap.min.js"></script>
- <script type="text/javascript">
- $(".alert").alert()
- </script>
+<script type="text/javascript">
+ $(".alert").alert()
+</script>
- <?php /** Fichier appel bottom page */ $this->draw_file_footer(); ?>
\ No newline at end of file
+<?php /** Fichier appel bottom page */ $this->draw_file_footer(); ?>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|