Why is no tag view rendered with the Phocagallery plugin?
I just have a project where the posts are listed by tags. Now I've noticed this piece of code here and I'm wondering why that is.
Can you work out a solution for this or do I need to manipulate code?
Code: Select all
$app = JFactory::getApplication();
$view = $app->input->get('view');
>>>> if ($view == 'tag') { return; }
br Henry