You are here

asset-editor-wrapper.tpl.php in Asset 7

Template for asset wrapper in wysiwyg.

File

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

/**
 * @file
 * Template for asset wrapper in wysiwyg.
 */
?>
<div <?php

print $attributes;
?>>
  <?php

print $content;
?>
</div>