<?php
foreach($page->children as $child)
echo "
<li><a href='$child->url'>
<img class='photo' src='{$child->project_logo->url}' alt='{$child->project_logo->description}' width='200' height='200' />
$child->title,
omschrijving:<br> $child->project_summary
</a>
</li>";
?>
</ul>
trying to display all child pages with logo, but when i try to display it it shows a 403 forbidden error,: