sharerich-buttons.tpl.php in Sharerich 7
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 class="sharerich-wrapper">
<?php
if ($title) {
?>
<h4><?php
print $title;
?></h4>
<?php
}
if ($item_list) {
print render($item_list);
}
?>
</div>