Best Answer КОТ , 10 August 2015 - 11:23
КОТ, не проверял, но попробуйте в файле
\media\zoo\applications\blog\templates\uikit\_item.phpстроку
<?php echo $this->renderer->render('item.teaser', array('view' => $this, 'item' => $item)); ?>заменить на
<?php echo $this->renderer->render('item.' . $this->item->type . '.teaser', array('view' => $this, 'item' => $item)); ?>
Не помогло, ничего страшного я уже начал на jbzoo а там таких проблем нет =)
Go to the full post


This topic is locked










