I need to add creation date next to Category title in Category view.
Since ordering by date is possible i believe the date parameter is passed to the view layer
I presume that
Code: Select all
com_phocagallery/views/category/tmpl/default_categories.phpand the way to access would be similar to
Code: Select all
$this->categories[$i]->link or $this->categories[$i]->title_selfOr what would be the best way of doing it?
Cheers
irek

