typoscript - TYPO3 bootstrap_package and custom page title -


i have 1 problem. need setup custom title tag (it must breadcrumb <title> first level page, second level page) in typo3 installation.
in old website using code:

#navpath in title tag config.nopagetitle = 2 page.headerdata.11 =hmenu page.headerdata.11.special = rootline page.headerdata.11.1 = tmenu page.headerdata.11.1.wrap =<title>&nbsp;|&nbsp;- &nbsp;narty.pl</title> page.headerdata.11.1 { no {     allwrap = |,&nbsp; |*||*| |     donotlinkit = 1     } } 

how implement use pagetitle variable in bootstrap_package

typo3 version: 6.2

your code snippet right. have add

page.10.variables.pagetitle > 

this removes typoscript configuration pagetitle.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -