| 123456789101112131415161718192021222324 |
- <div id='footer'>
- <hr id='footer_separator'/><br/>
- <table id='footer_table'>
- <tr>
- <td id='footer_left'>
- <span id='footer_follow' class='desktop'>TR#Follow me</span>
- <a title='Github' href='https://www.github.com/u/Seavenois'><img class='footer_social_icon' src='<?=$server?>/img/social/github.gif' alt='Github'/></a>
- <a title='Facebook' href='https://www.facebook.com/ivalentin'><img class='footer_social_icon' src='<?=$server?>/img/social/facebook.gif' alt='Facebook'/></a>
- <a title='Google+' href='https://plus.google.com/108048773942421710294/'><img class='footer_social_icon' src='<?=$server?>/img/social/googleplus.gif' alt='Google+'/></a>
- <a title='RSS' href='<?=$server?>/feed/'><img class='footer_social_icon' src='<?=$server?>/img/social/rss.gif' alt='RSS'/></a>
- </td>
- <td id='footer_center'> Copyright Iñigo Valentin 2014 - 2017</td>
- <td id='footer_right' class='desktop'>
- <a href='<?=$server?>/help/'>TR#Help</a> <a href='<?=$server?>/help/#cookies'>TR#Cookie police</a>
- <br/><br/>
- <!-- TODO Use DB -->
- <!-- <a class='lang' href='#'><img src='<?=$server?>/img/lang/' /></a> -->
- <a class='lang' href='#'><img src='<?=$server?>/img/lang/es.gif' alt='Castellano' /></a>
- <a class='lang' href='#'><img src='<?=$server?>/img/lang/en.gif' alt='English' /></a>
- <a class='lang' href='#'><img src='<?=$server?>/img/lang/eu.gif' alt='Euskara' /></a>
- </td>
- </tr>
- </table>
- </div>
|