Add creation date to category view
Posted: 13 Sep 2012, 11:42
Hi
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 would need to be modified
and the way to access would be similar to
Is the date present in categories array?
Or what would be the best way of doing it?
Cheers
irek
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