Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.60 KB | None | 0 0
  1.                 <?php
  2.                 $aujourdhui = getdate();
  3.                 ?>
  4.                 <!-- ******* FOOTER ********** -->
  5.                 <div id="footer">
  6.                     <!--<div class="raised" >
  7.                         <b class="top" ><b class="b1" ></b><b class="b2" ></b><b class="b3" ></b><b class="b4" ></b></b>
  8.                         <div class="boxcontent" style="padding:10px" >
  9.                             <div>
  10.                                 <div style="float:left;width:100%">    
  11.                                     <div style="float:left;margin:8px 0px 0px 20px;font-size:10px;">   
  12.                                         Tous les bons plan de <?php echo SIGNATURE;?> dans la newsletter, inscrivez vous :
  13.                                     </div>
  14.                                     <div id="newsletter">
  15.                                         <form name="newsletter" action="newsletter-inscri_newsletter.html" method="post">
  16.                                             <input type="text" id="search-text" name="email_newsletter" value="Votre e-mail" onclick="this.value='';" onkeypress="catchEnter(this.form); "/>
  17.                                             <input type="image" id="search-btn" src="images/btn-comgo.gif" alt="OK" onclick="document.newsletter.submit();"/>
  18.                                         </form>
  19.                                     </div>
  20.                                     <div style="float:left;width:100%;height:1px;background:#c1c1c1;margin:10px 0px">   </div>
  21.                                 </div>
  22.                             </div>-->
  23.                             <div style="float:left;width:100%;height:1px;background:#c1c1c1;margin:10px 0px">   </div>
  24.                             <div style="float:left;width:100%;text-align:center">
  25.                                 <div style="float:left;text-align:center;font-weight: bold;width:100%;margin-bottom:10px">     
  26.                                     Bienvenue chez <?php echo SIGNATURE;?> : <br />
  27.                                     <?php echo ADRESSE_ENTREPRISE;?><br/>
  28.                                     <?php echo CP_ENTREPRISE.' '.VILLE_ENTREPRISE;?><br/>
  29.                                 </div>
  30.                                     <?php
  31.                                 if ($lmenu_header != null)
  32.                                 {
  33.                                     $i = 1;
  34.                                     foreach($lmenu_header as $m)
  35.                                     {
  36.                                         if ($i >1)
  37.                                         echo ' | '?>
  38.                                         <a style="text-decoration: none;font-size:10px;color:#000000 !important" href="menu-<?php echo $m->getAttr('id_menu');?>-<?php echo removeAccent(generalControlleur::cleanLib($m->getAttr('libelle_menu')));?>.html" ><?php echo $m->getAttr('libelle_menu'); ?></a>   
  39.                                         <?php
  40.                                         $i++;
  41.                                     }
  42.                                 }
  43.                                     ?>
  44.                                 <div style="float:left;width:100%;height:1px;background:#c1c1c1;margin:10px 0px">   </div>
  45.                             </div>
  46.                             <div >
  47.                                 <div style="float:left;width:100%">    
  48.                                     <div class="blockbas_page"  style="width:30%">
  49.                                         <a href="<?php echo URL_SITE; ?>" title="Accueil">Accueil</a><br />
  50.                                         <a href="entreprise-contact.html" title="Nous contacter">Nous contacter</a><br />
  51.                                         <!--<a href="mailto:<?php //echo emailEncode(EMAIL_SAV) ?>" title="Service Après Vente">Service Après Vente</a><br />
  52.                                         <a href="#" title="Toutes nos marques">Toutes nos marques</a><br />-->
  53.                    
  54.                                         <a target="_blank" href="biblio_fichiers/Spiller_logo.pdf">Télécharger notre logo <img src="images/pdf2.png" /></a><br />
  55.            
  56.                                         <a href="produit-plan.html" title="Plan du site">Plan du site</a>
  57.                                     </div>
  58.                                     <div class="blockbas_page" style="text-align:center;width:40%">
  59.                                     <!--<a href="faq.html" title="Foire Aux Questions">Foire Aux Questions</a><br />
  60.                                     <a href="#" title="Comment passer commande chez <?php //echo SIGNATURE; ?>">Comment passer commande chez <?php //echo SIGNATURE; ?></a><br /><br />
  61.                                     -->
  62.                                     <span style="color:#6f6f6f;font-size:10px">Nous joindre pour tout renseignement :</span><br />
  63.                                     <span style="font-weight: bold;font-size:10px"><?php echo emailEncode(EMAIL_VENDEUR1); ?></span><br />
  64.                                     <span style="font-weight: bold;font-size:10px"><?php echo TEL_FIXE_ENTREPRISE; ?></span><br />
  65.                                     <span style="color:#6f6f6f;font-size:10px"> <?php echo HORAIREOUVERTURE_ENTREPRISE; ?></span>
  66.                                     </div>
  67.                                     <div class="blockbas_page" style="text-align:right;width:30%">
  68.                                      <?php echo messagethickboxView::appelDirectMessage('cgv','800','500','Conditions Générales de Vente','','#000000'); ?><br />
  69.                                      <?php echo messagethickboxView::appelDirectMessage('mentionlegalMessage','800','500','Mentions légales','','#000000'); ?>
  70.                                     </div>
  71.                                     <div style="float:left;width:100%;height:1px;background:#c1c1c1;margin:10px 0px">   </div>
  72.                                 </div>
  73.                             </div>
  74.                            
  75.                                 <div style="float:left;width:100%;margin-bottom:15px;">    
  76.                                     <div style="width:100%;font-size:9px;text-align:center">
  77.                                         Vos paiements sont sécurisés par : <img width="90px" src="images/paiement_cic.gif" alt="CIC" title="CIC" />
  78.                                        
  79.                                     </div>
  80.                                    
  81.                                 </div>
  82.                            
  83.                         <!--</div>
  84.                         <b class="bottom" ><b class="b4b" ></b><b class="b3b" ></b><b class="b2b" ></b><b class="b1b" ></b></b>
  85.                     </div>-->
  86.                    
  87.                
  88.                     <div style="float: left">&copy;  <?php echo $aujourdhui['year'].' '.SIGNATURE; ?> -
  89.                          <?php echo messagethickboxView::appelDirectMessage('mentionlegalMessage','800','500','Mentions légales','','#000000'); ?> -
  90.                         <a href="produit-plan.html" style="color:#000000">  Plan du site</a>
  91.                     </div>
  92.                     <div style="float: right">
  93.                         <a href="http://www.info-plus.fr" title="Info Plus" class="lienFooter">Création Site Internet</a> <a title="Info Plus" href="http://www.site-internet-vosges.com" class="lienFooter">Info Plus </a><a href="http://www.info-plus.fr" class="lienFooter"><img src="images/info-plus.gif" alt="Info Plus" title="Info Plus" /></a>
  94.                     </div>
  95.                 </div>
  96.             </div>
  97.         </div>
  98.     </body>
  99. </html>
  100. <?php
  101. if (isset($_GET['news']) && $_GET['news'] != '' && isset($_GET['i']) && $_GET['i'] != '' && isset($_GET['t']) && $_GET['t'] != '' )
  102.      generalControlleur::statis($_GET['news'],$_GET['i'],$_GET['t'],$_SERVER[REQUEST_URI],'clic');
  103.      ?>
  104. <?php mysql_close($connexion); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement