getContainer(); $filePath = isset($filePath['changelogPath']) ? $filePath['changelogPath'] : null; if (empty($filePath)) { $filePath = APATH_BASE . '/CHANGELOG.php'; } $model = $this->getModel(); echo $model->coloriseChangelog($filePath, true);