Гость
06 Май 2013 04:53

as you see above my parent category is "proposte" while in cindex the section name is being displaied instead

Последние изменения: 02 Март 2014


Sergey
Total posts: 13,748
06 Май 2013 06:14

You have to edit in markup temple section title part lines 35-76

Aprox code

id(!$this->category->id)

{

echo "Section Home"

}

elseif($this->category->parent)

{

echo ItemsStore::getCategory($this->category->parent)->title. " - ". $this->category->title

} else

{

// first level category

echo $this->section->name. ' - '. $this->category->title

}

Работает на Cobalt