You are here

asset-tooltip.tpl.php in Asset 7

Default theme implementation to display an asset tooltip in the overlay.

See also

template_preprocess()

template_process_asset_tooltip()

template_process()

File

theme/asset-tooltip.tpl.php
View source
<?php

/**
 * @file
 * Default theme implementation to display an asset tooltip in the overlay.
 *
 * @see template_preprocess()
 * @see template_process_asset_tooltip()
 * @see template_process()
 */
?>
<div class="tooltip-iframe-body-element">
  <div class="tooltip-iframe-elements">
    <?php

print render($page['content']);
?>
  </div>
</div>