You are here

asset-wrapper.tpl.php in Asset 7

Asset wrapper template.

File

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

/**
 * @file
 * Asset wrapper template.
 */
?>
<div <?php

print $attributes;
?>><?php

print $content;
?></div>