[Typo3] Using Subtitle for Breadcrumbs

Miller, Eric A. EricMiller at creighton.edu
Tue Aug 9 17:14:54 CEST 2005


Right now we have breadcrumbs set up on our site using:


	subparts.CRUMBS = COA
   	subparts.CRUMBS.10 = HMENU
   	subparts.CRUMBS.10.special = rootline
   	subparts.CRUMBS.10.special.range = 0|-1
   	subparts.CRUMBS.10.1 = TMENU
   	subparts.CRUMBS.10.1 {
   		NO.linkWrap = | » 
   		CUR = -1
   		CUR.doNotLinkIt = 1,20
		CUR.doNotShowLink = 1,20
   	}
   	subparts.CRUMBS.20 = TEXT   
   	subparts.CRUMBS.20 {
   	    	field = title
       		if {
             	value = 1,20
             	isInList.field = uid
             	negate = 1
       		}
    	}

}

Is there a way instead of calling the page title but to call the sub
title for the dynamic portion (CRUMBS.10) ?

Eric Miller
Web Systems Engineer
Creighton University

Office: 402.280.3933
Cell:   402.740.2518

----------------------------------------
"You must be the change you want to see in the world." ~ Mahatma Gandhi
----------------------------------------



More information about the TYPO3-english mailing list