Example #1
0
 protected function htmlArchive($Current = null)
 {
     $Article = new Article();
     return $this->includeLayout('view/articles/archive.html', array('Years' => $Article->getYears($this->getController()->getArticleType()), 'Current' => $Current));
 }