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>
<a href="<?php echo App::getBaseUrl() ?>emploi_internet_ecommerce_a_paris.html" title="Carrière">Carrière</a>
<a href="<?php echo App::getBaseUrl() ?>plan.html" title="Plan du site">Plan du site</a>
<a href="<?php echo App::getBaseUrl() ?>cgv.html" title="CGV">CGV</a>
<a href="<?php echo App::getBaseUrl() ?>nos_realisations.html" title="Annuaire SEO">Annuaire SEO </a>
<a href="<?php echo App::getBaseUrl() ?>faq.html" title="FAQ">FAQ</a><br /><br />
© KASE SOFT Ltd 2019. Tous droits réservé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>