sharerich-buttons.tpl.php in Sharerich 7.2
Same filename and directory in other branches
1 theme call to sharerich-buttons.tpl.php
- sharerich_get_buttons in ./
sharerich.module - Returns markup with list of share buttons.
File
theme/sharerich-buttons.tpl.phpView source
<div <?php
print $attributes;
?>>
<?php
if ($title) {
?>
<h4><?php
print $title;
?></h4>
<?php
}
?>
<?php
if ($buttons) {
?>
<?php
print render($buttons);
?>
<?php
}
?>
</div>