soundmap_theme/footer-box.php
2016-11-29 01:18:17 +01:00

40 lines
2.5 KiB
PHP

<div class="box">
<footer id="colophon" role="contentinfo">
<div id="site-info">
<p>
<a href="<?php echo qtrans_convertURL(get_option('home') . '/feed/podcast'); ?>"><img src="<?php echo get_template_directory_uri() ?>/images/feed.png"></a> - <a href="<?php echo get_option('home') ?>/wp-admin"> Login</a> - <?php insert_upload_form(__("Upload recording","soundmap_theme")); ?>
</p>
<hr>
<div id ="logos">
<p class="logo-margin"><?php _e('A project of: ','soundmap_theme') ?><br>
<a href="http://www.audio-lab.org"><img src="<?php echo get_template_directory_uri(); ?>/images/audiolab.png"></a></p>
<p><?php _e('With the support: ','soundmap_theme') ?><br>
<!--<a href="http://www.gipuzkoa.eus/"><img src="<?php echo get_template_directory_uri(); ?>/images/diputacion.jpg"></a>-->
<a href="http://www.re-tramontana.org/"><img height=41px src="<?php echo get_template_directory_uri(); ?>/images/tramontana.jpg"></a>
<a href="http://www.eke.org" style="display:none;"><img src="<?php echo get_template_directory_uri(); ?>/images/eke.jpg"></a></p>
</div>
<div class="clear"></div>
<hr>
<a href="<?php echo get_option('home'); ?>/">SOINUMAPA.NET 2005-15</a> / <a href="http://www.audio-lab.org" target="_blank">AUDIOLAB</a></br>
<?php _e('Made with the <a href="http://www.audio-lab.org">SoundMap Plugin</a>','soundmap_theme')?> / <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'soundmap_theme' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'soundmap_theme' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'soundmap_theme' ), 'WordPress' ); ?></a>
</div>
</footer><!-- #colophon -->
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="http://analytics.audio-lab.org/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 1]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="http://analytics.audio-lab.org/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</div>