FEATURE Adding a mention div component
This commit is contained in:
parent
4e4d18158d
commit
c4ca961a73
|
|
@ -85,4 +85,22 @@
|
|||
</ul>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<div class="mentions">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="<?php echo get_the_permalink(606); ?>" target="_self"><?php echo __('Plan du site', "carhop") ?></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?php echo get_the_permalink(606); ?>" target="_self"><?php echo __('Politique de confidentialité', "carhop") ?></a>
|
||||
</li>
|
||||
<li>
|
||||
<p>Acessibilité : conforme</a>
|
||||
</li>
|
||||
<li class="deligraph_credit">
|
||||
Concoté avec <img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-soutenir.svg" alt="amour" /> par <a href="https://www.deligraph.be" target="_blank" class="no-external-icon">Deligraph</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user