This commit is contained in:
parent
21efdf99b7
commit
7efa08b269
1 changed files with 2 additions and 4 deletions
|
|
@ -33,8 +33,6 @@
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php if ($page->isHtmlMode()->isTrue()): ?>
|
<?php if ($page->isHtmlMode()->isTrue()): ?>
|
||||||
<?= $page->htmlBody()->kt() ?>
|
<?= $page->htmlBody()->kt() ?>
|
||||||
<?php elseif ($page->isBlockMode()->isTrue()): ?>
|
|
||||||
<?= $page->bodyWithAnchors() ?>
|
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?= $page->bodyWithAnchors() ?>
|
<?= $page->bodyWithAnchors() ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue