- 1
- 2
- 3
- 4
- 5
if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/product/compare.tpl')) {
$this->template = $this->config->get('config_template') . '/template/product/compare.tpl';
} else {
$this->template = 'default/template/product/compare.tpl';
}
Тогда уж "типичный контроллер", mvc само по себе не говорит, что нужно все пихать в контроллер.