progress on #24 to add i18n and wpml support
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
<p class="copy"><small>© <?php echo date('Y'); ?> <?php bloginfo('name'); ?></small></p>
|
||||
<?php if (get_option('roots_footer_social_share') == 'checked') { ?>
|
||||
<p class="social">
|
||||
<a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php echo home_url('/'); ?>" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
|
||||
<a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php echo home_url('/'); ?>" data-count="horizontal"><?php _e('Tweet', 'roots');?></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
|
||||
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo home_url('/'); ?>&layout=button_count&show_faces=false&width=110&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:110px; height:21px;" allowTransparency="true"></iframe>
|
||||
</p>
|
||||
<?php } ?>
|
||||
<?php if (get_option('roots_footer_vcard') == 'checked') { ?>
|
||||
<p class="vcard">
|
||||
<a class="fn org url" href="<?php echo home_url('/'); ?>" title="Contact Information for <?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a><br>
|
||||
<a class="fn org url" href="<?php echo home_url('/'); ?>"><?php bloginfo('name'); ?></a><br>
|
||||
<span class="adr">
|
||||
<span class="street-address"><?php echo get_option('roots_vcard_street-address'); ?></span><br>
|
||||
<span class="locality"><?php echo get_option('roots_vcard_locality'); ?></span>,
|
||||
|
||||
Reference in New Issue
Block a user