# Lifter010: TODO
?>
if ($navigation instanceof Navigation && iterator_count($navigation) > 0) : ?>
foreach ($navigation as $index => $nav) : ?>
-
if (mb_substr($url = $nav->getURL(), 0, 1) == '#') : ?>
else : ?>
= htmlReady($nav->getTitle()) ?>
endif ?>
endforeach ?>
endif ?>