snytkine / LampCMS

Open source Question and Answer program similar to StackOverflow and Quora in PHP + MongoDB. Follow @snytkine on Twitter

Home Page:http://support.lampcms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breadcrumn for category view

snytkine opened this issue · comments

Add method to generate breadcrump in category view page.
If category has child categories then a template 'tplSubCategories' should also be added. That template will contain list of parsed 'subCategory' templates. These small templates will initially be just rendering links to sub-categories but the data passed to these templates contains lots of data like counters or Q and A and even a_latest.

Done