catalog/controller/common/header.php aç
bul
$this->children = array(
'module/language',
'module/currency',
'module/cart'
);
sonrasına ekle
//yeni ürünler
$this->load->model('catalog/product');
$this->data['products'] = array();
$data = array(
'sort' =>...