level() != 0) { echo $this->parent->link($this->parent->title()).' ← '; } ?> title(); ?> children()) > 0 && $this->title() != 'Articles') { echo ' → '; foreach($this->children() as $inlineMenu): echo ''.$inlineMenu->link($inlineMenu->title, (in_array($inlineMenu->slug, explode('/', $this->url)) ? ' class="current"': null)).' | '; endforeach; }; if ($this->children() > 0 && $this->slug() == 'articles') { echo '→ '; foreach ($all_posts as $post_date): echo ' '.strftime('%B %Y', strtotime(strtr($post_date, '/', '-'))).' |'; endforeach; } ?>