You are here

sharerich-buttons.tpl.php in Sharerich 7

File

theme/sharerich-buttons.tpl.php
View source
<div class="sharerich-wrapper">
<?php

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

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

}
if ($item_list) {
  print render($item_list);
}
?>
</div>