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()) ?> | = htmlspecialchars($news->getTitle(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($news->getCreatedBy()->getName1(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($news->getPublish()->format('Y-m-d'), ENT_COMPAT, 'utf-8'); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | ||||