Pageheading not shown in category PG 3 RC5
Posted: 03 May 2011, 19:13
Hello
Since line No 578 in Phoca Gallery 3 RC5 (views/category/view.html.php) is
$this->tmpl['showpageheading'] = $this->params->get( 'show_page_heading', 1 );
the page heading won't be shown any longer. In RC 4 the same line was:
$this->tmpl['showpagetitle'] = $this->params->get( 'show_page_title', 1 );
This way it works.
Regards Patrik
Since line No 578 in Phoca Gallery 3 RC5 (views/category/view.html.php) is
$this->tmpl['showpageheading'] = $this->params->get( 'show_page_heading', 1 );
the page heading won't be shown any longer. In RC 4 the same line was:
$this->tmpl['showpagetitle'] = $this->params->get( 'show_page_title', 1 );
This way it works.
Regards Patrik