You are here

responsive_share_buttons.tpl.php in Responsive Share Buttons 7

Template for share wrapper.

File

responsive_share_buttons.tpl.php
View source
<?php

/**
 * @file
 * Template for share wrapper.
 */
?>
<div id="share-wrapper">
    <?php

print $buttons;
?>
</div>