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

theme updated

parent 204a1b4f
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ ul.commentlist {
* Footer
*/
#bottom {
padding: 30px 0 40px;
padding: 20px 35px;
border-top: 1px solid rgba(22,54,36,.1);
}
#bottom ul {
......
<div class="wrap">
<div class="main-wrap">
<footer id="bottom">
<small>&copy; <?php echo date('Y'); ?> <?php echo site_name(); ?>.
<br/>
Sauf mention contraire, tout le contenu de ce site est plac&eacute; sous licence creative common CC-BY-SA.
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></small>
<ul role="navigation">
<li><a href="<?php echo rss_url(); ?>">RSS</a></li>
<?php if(twitter_account()): ?>
......@@ -17,8 +10,13 @@
<li><a href="<?php echo base_url(); ?>" title="Retour &agrave; l'accueil.">Accueil</a></li>
</ul>
<small>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
<?php echo date('Y'); ?> <?php echo site_name(); ?>.
<br/>
Sauf mention contraire, tout le contenu de ce site est plac&eacute; sous licence creative common CC-BY-SA.
</small>
</footer>
</div>
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment