?
avatar michelvvl
michelvvl
30 Mar 2015

show_page_heading doesn't work for component "List of all tags" because of a small error in
components/com_tags/views/tags/tmpl/default.php at line 19:
<?php if ($this->state->get('show_page_heading')) : ?>
should be replaced by:
<?php if ($this->params->get('show_page_heading')) : ?>

System information (as much as possible)

Joomla! Version Joomla! 3.3.5 Stable [ Ember ] 30-September-2014 14:00 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT

Additional comments

avatar michelvvl michelvvl - open - 30 Mar 2015
avatar michelvvl michelvvl - change - 30 Mar 2015
Labels Removed: ?
avatar joomdonation
joomdonation - comment - 30 Mar 2015

This issue is fixed in Joomla 3.4.1 with this PR #6274. So upgrade your site to latest version of Joomla and the issue will be gone.

avatar brianteeman brianteeman - change - 30 Mar 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-03-30 08:42:33
avatar brianteeman brianteeman - close - 30 Mar 2015
avatar zero-24 zero-24 - close - 30 Mar 2015
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment