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

Light footer

parent ef21492a
Branches
No related tags found
No related merge requests found
...@@ -7,10 +7,11 @@ ...@@ -7,10 +7,11 @@
<?php echo html_meta('legal_informations'); ?> <?php echo html_meta('legal_informations'); ?>
</div> </div>
<div class="col-md-6 col-sd-12 barre"> <div class="col-md-6 col-sd-12 barre">
<?php social_list("class=col-md-12")?> <!--<?php social_list("class=col-md-12")?>-->
<ul class="col-md-12 barre"> <ul class="col-md-12 barre">
<li><a href="mailto:<?php echo social_account('mail') ?>"<?php echo social_logo('mail').' '.site_meta('mail', '') ?></a></li>
<li><a href="<?php echo base_url(); ?>" title="Retour &agrave; l'accueil.">Accueil</a></li> <li><a href="<?php echo base_url(); ?>" title="Retour &agrave; l'accueil.">Accueil</a></li>
<li><a href="<?php echo base_url('admin'); ?>" title="Administration">Administration</a></li> <!-- <li><a href="<?php echo base_url('admin'); ?>" title="Administration">Administration</a></li> -->
<li><a href="<?php echo rss_url(); ?>"><?php echo social_logo('rss'); ?> RSS</a></li> <li><a href="<?php echo rss_url(); ?>"><?php echo social_logo('rss'); ?> RSS</a></li>
</ul> </ul>
<?php echo html_meta('w3c'); ?> <?php echo html_meta('w3c'); ?>
......
...@@ -78,11 +78,12 @@ function social_account($network) { ...@@ -78,11 +78,12 @@ function social_account($network) {
function social_list($properties) { function social_list($properties) {
$NETWORKS_URLS = array ( $NETWORKS_URLS = array (
'mail' => 'mailto:', 'mail' => 'mailto:',
'github' => 'https://github.com/', /* 'github' => 'https://github.com/', */
'framasphere' => 'https://framasphere.org/people/', /* 'framasphere' => 'https://framasphere.org/people/', */
'mastodon' => 'https://framapiaf.org/', /* 'mastodon' => 'https://framapiaf.org/', */
'facebook' => 'https://facebook.com/', /* 'facebook' => 'https://facebook.com/', */
'twitter' => 'https://twitter.com/', /* 'twitter' => 'https://twitter.com/', */
/* 'linkedin' => 'https://linkedin.com', */
); );
echo "<ul ".$properties.">"; echo "<ul ".$properties.">";
foreach ($NETWORKS_URLS as $network => $network_url){ foreach ($NETWORKS_URLS as $network => $network_url){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment