Tag Archives: function

Joomla: get category ID in template

I just needed to specify special layout for the articles of selected categories. I was looking for some solution online, but none of them worked. Mostly you can find this: JRequest::getInt(‘catid’); or JRequest::getInt(‘catid’, ”, ‘get’);

Posted in Joomla | Tagged , , , , , | 4 Comments