Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

isTrail in Navigationsmenü zur Verfügung stellen #7096

Closed
Babelfisch opened this issue Jun 13, 2014 · 3 comments
Closed

isTrail in Navigationsmenü zur Verfügung stellen #7096

Babelfisch opened this issue Jun 13, 2014 · 3 comments
Labels
Milestone

Comments

@Babelfisch
Copy link

Es wäre nett, wenn das Navigationsmenü dem Template analog zu isActive auch isTrail zur Verfügung stellen könnte. Wenn ich das richtig sehe, müsste dazu in Module.php ab Zeile 340 nur $row['isTrail'] gesetzt werden:

$row['isTrail'] = in_array($objSubpages->id, $objPage->trail);

Man kann zwar auch per strpos im Template auf die Klasse trail testen aber eine entsprechendes Attribut ist sicherlich sauberer, übersichtlicher und schneller.

@aschempp
Copy link
Member

+1

@leofeyer leofeyer added this to the 3.4.0 milestone Jun 13, 2014
@leofeyer leofeyer added defect and removed feature labels Jun 13, 2014
@leofeyer leofeyer modified the milestones: 3.2.12, 3.4.0 Jun 13, 2014
@leofeyer leofeyer added feature and removed defect labels Jun 13, 2014
@leofeyer leofeyer modified the milestones: 3.4.0, 3.2.12 Jun 13, 2014
@fjacobi
Copy link

fjacobi commented Jun 13, 2014

+1

@leofeyer
Copy link
Member

leofeyer commented Sep 5, 2014

Hinzugefügt in d74d58a.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants