Skip to content
Snippets Groups Projects
Verified Commit c4d56927 authored by David Beniamine's avatar David Beniamine
Browse files

Add legal informations in footer

parent a44c364f
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,12 @@ ...@@ -29,6 +29,12 @@
src="https://jigsaw.w3.org/css-validator/images/vcss" src="https://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" /></a> alt="Valid CSS!" /></a>
</span> </span>
<?php if(legal_informations()): ?>
<span>
<p><?php echo legal_informations(); ?></p>
</span>
<?php endif; ?>
</footer> </footer>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment