aboutsummaryrefslogtreecommitdiff
path: root/app/views/shared/include_edit.php
blob: f37c760e5cf67858c4f9aab17138daad1835af1e (plain)
1
2
3
4
5
6
7
8
9
10
<div id="mvv-include-edit<?= $item_id ?>" class="mvv-include-edit">
    <a class="mvv-include-close"></a>
    <div class="mvv-include-background">
        <div class="mvv-include-content">
            <h2 class="topic"><?= htmlReady(PageLayout::getTitle()) ?></h2>
            <?= $content_for_layout ?>
        </div>
    </div>
    <div class="mvv-edit-bottom"></div>
</div>