?
avatar achimoks
achimoks
23 Mar 2015

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.

Steps to reproduce the issue

Create a menu item of type category blog with a given page class.

Expected result

Get a div with class "categories-list" and the page class value.

Actual result

No div but a closing one at the end.

System information (as much as possible)

Joomla 3.4.1 an 3.4.0

Additional comments

Using the file of 3.4.0 works fine.

avatar achimoks achimoks - open - 23 Mar 2015
avatar achimoks achimoks - change - 23 Mar 2015
Labels Removed: ?
avatar achimoks achimoks - change - 23 Mar 2015
Title
missing div in categories_defaut.php
missing div in categories_default.php
avatar achimoks achimoks - change - 23 Mar 2015
The description was changed
avatar wilsonge
wilsonge - comment - 24 Mar 2015

@phproberto you ballpark. Related to 958b508

avatar brianteeman brianteeman - change - 25 Mar 2015
Labels Added: ?
avatar bertmert
bertmert - comment - 25 Mar 2015

@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;?>">
avatar achimoks
achimoks - comment - 25 Mar 2015

Thanks a lot for the answers ... yes, it was a problem of my template that uses overrides on base of an earlier release.

avatar achimoks achimoks - change - 25 Mar 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-03-25 08:04:21
avatar achimoks achimoks - close - 25 Mar 2015

Add a Comment

Login with GitHub to post a comment