getData('news'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Type') ?> | = $this->getHtml('Title') ?> | = $this->getHtml('Author') ?> | = $this->getHtml('Date') ?> | |
| = $news->isFeatured() ? '' : ''; ?> | = $this->getHtml('TYPE' . $news->getType()) ?> | = $this->printHtml($news->getTitle()); ?> | = $this->printHtml($news->getCreatedBy()->getName1()); ?> | = $this->printHtml($news->getPublish()->format('Y-m-d')); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | ||||