You are here

block--sharethis-block.tpl.php in Sharethis block 7

Template file for the sharethis_block module.

Intentionally avoiding outputting the usual block markup so as not to trigger an empty region.

Available variables:

  • $content: the block content output.

File

templates/block--sharethis-block.tpl.php
View source
<?php

/**
 * @file
 * Template file for the sharethis_block module.
 *
 * Intentionally avoiding outputting the usual block markup so as not
 * to trigger an empty region.
 *
 * Available variables:
 * - $content: the block content output.
 */
print $content;