You are here

sharerich-buttons.tpl.php in Sharerich 7.3

Same filename and directory in other branches
  1. 7 theme/sharerich-buttons.tpl.php
  2. 7.2 theme/sharerich-buttons.tpl.php

File

theme/sharerich-buttons.tpl.php
View source
<div <?php

print $attributes;
?>>
  <?php

if ($title) {
  ?>
    <h4><?php

  print $title;
  ?></h4>
  <?php

}
?>
  <?php

if ($buttons) {
  ?>
    <?php

  print render($buttons);
  ?>
  <?php

}
?>
</div>