HEX
Server: Apache
System: Linux ns308404 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 8.3.31
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/onlinedev.com/httpdocs/templates/footer.phtml
<?php
  require_once('admin/app.php');
  date_default_timezone_set('Europe/Paris');
  $project = new Project();
  $items = $project->getArray(0, 4, 'id desc'); 
?>
<div id="footer">
<div>
	<p class="lien-footer">
		<a href="<?php echo App::getBaseUrl() ?>support.html" title="Contact">Contact</a> &nbsp;&nbsp;
    <a href="<?php echo App::getBaseUrl() ?>emploi_internet_ecommerce_a_paris.html" title="Carri&egrave;re">Carri&egrave;re</a> &nbsp;&nbsp; 
    <a href="<?php echo App::getBaseUrl() ?>plan.html" title="Plan du site">Plan du site</a> &nbsp;&nbsp; 
    <a href="<?php echo App::getBaseUrl() ?>cgv.html" title="CGV">CGV</a> &nbsp;&nbsp; 
    <a href="<?php echo App::getBaseUrl() ?>nos_realisations.html" title="Annuaire SEO">Annuaire SEO </a> &nbsp;&nbsp; 
    


    <a href="<?php echo App::getBaseUrl() ?>faq.html" title="FAQ">FAQ</a><br /><br />
		&copy; KASE SOFT Ltd 2019. Tous droits r&eacute;serv&eacute;s.<br />15 rue de Saint Senoch - 75017 Paris | +33 1 41 62 10 61 <!--<a href="mailto:contact@onlinedev.com"><img src="images/mail2.gif" alt="" /></a>!-->
	</p>
    
    
    <p class="news-footer">
 
    <?php foreach ($items as $item) :?>
      <p>           
           <a href="http://www.onlinedev.com/realisations/<?php echo $item['url'] ?>.html" title="<?php echo $item['title'] ?>"><strong><?php echo $item['title']; ?></strong></a>
      </p>
      <?php endforeach;?> 
    
 
</div>
</div>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-3195452-2', 'auto');
  ga('send', 'pageview');

</script>