Problem in layouts/joomla/content/categories_default.php
Since update to 3.4.1 there is no line 13 with an opening div
...div class="categories-list<?php echo $displayData->pageclass_sfx;?>" ...
to get the page class for a menu item of type category blog but still a closing div like in the 3.4.0 version of this file.
Create a menu item of type category blog with a given page class.
Get a div with class "categories-list" and the page class value.
No div but a closing one at the end.
Joomla 3.4.1 an 3.4.0
Using the file of 3.4.0 works fine.
Labels |
Removed:
?
|
Title |
|
Labels |
Added:
?
|
@achimoks It looks like your template is using overrides and you have to add this line there yourself.
958b508#diff-de5637928f579ce271a9b7e5438201c4R26
<div class="categories-list<?php echo $this->pageclass_sfx;?>">
Thanks a lot for the answers ... yes, it was a problem of my template that uses overrides on base of an earlier release.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-25 08:04:21 |
@phproberto you ballpark. Related to 958b508