aboutsummaryrefslogtreecommitdiff
path: root/mod/custom_index_widgets/views/default/widgets/inline_content_index/content.php
blob: 6ed53f197d55654166271c4d6667d422335f6953 (plain)
1
2
3
4
5
6
7
<div class="contentWrapper">
    <?php
    echo $vars[entity]->html_content;
    ?>
    <div class="clearfloat">
    </div>
</div>