Project

General

Profile

Actions

Bug #42678

closed

HMENU special = rootline with FLUID Template Method

Added by Maximilian Anton Grimm over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-11-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hello,

since i am using TYPO3 CMS 4.7.5
and the FLUID Template Method
page.10 = FLUIDTEMPLATE

I can´t use the special = rootline
in my HMENU TS to create a Breadcrumb Menu.

Everything else works fine.
If i delete the special - output is a normal navigation.

USEAGE:

/layout/default.html

<f:cObject typoscriptObjectPath="lib.breadcrumb" />

TS:

lib.breadcrumb = HMENU
lib.breadcrumb {
special = rootline
special.range = 1|-1
1 = TMENU
1 {
NO.linkWrap = <li>|</li> <span class="divider">/</span>
NO.stdWrap2.noTrimWrap = | | |
CUR < .NO
CUR = 1
CUR {
linkWrap = <li class="active">|</li>
doNotLinkIt = 1
}
wrap = <ul class="breadcrumb"><li><a href="/">MY SITE</a><span class="divider">/</span> |</ul>
}
}

Actions

Also available in: Atom PDF