Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if ($items = $page->items()->toStructure()): ?>
- <ul>
- <?php foreach ($items as $item): ?>
- <li>
- <strong>Order:</strong> <?= $item->order() ?><br>
- <strong>Title:</strong> <?= $item->title() ?>
- </li>
- <?php endforeach; ?>
- </ul>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement