7 lines
225 B
PHP
7 lines
225 B
PHP
<a class="twitter-buttuon" href="<?php print $twitter_url; ?>" target="_blank">
|
|
<?php print $twitter_title; ?>
|
|
</a>
|
|
<br/>
|
|
<a class="fb-button" href="<?php print $fb_url; ?>" target="_blank">
|
|
<?php print $fb_title; ?>
|
|
</a>
|