2024-12-16 17:24:37 +03:00

18 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div id="contentTable">
<div class="breadcrumb" data-html2canvas-ignore>
<div class="crumb svg crumbhome">
<a href="<?php echo($_['url']['index']); ?>" class="icon-home"></a>
<span style="display: none;"></span>
</div>
<div class="crumb svg crumbhome">
<span><?php p($l->t('Legal notice'));?></span></a>
</div>
</div>
<h2><?php p($l->t('Legal notice')); ?></h2>
<p><?php p($l->t('This section provides information pertaining to the use of this application under the legal framework applicable in various countries.')); ?></p>
<p><?php p($l->t('If you want to contribute to this section just contact me by mail')); ?> <b><a style="text-decoration:underline" href="mailto:benjamin@cybercorp.fr">Benjamin A.</a></b></p>
<hr/>
<ul style="margin-left:30px;">
<li>🇫🇷 <a href="<?php echo $_['url']['france']; ?>" title="Cliquer ici pour voir la notice" style="font-size:20px;">France</a> par <b>Timo RAINIO</b> Avocat <a title="Droit des affaires et de lentreprise Droit du travail Droit du numérique. Vous pouvez retrouver nos domaines dintervention sur notre site internet" style="text-decoration:underline" href="https://www.avocat-rainio.com">Cabinet dAvocats Rainio</a> - mise à jour 16 mai 2022</li>
</ul>
</div>