Posted 18 ноября, 201211 yr comment_15273 Нужно вытащить название разделатемы в шапку Попытался из globaltemplate вытащить код из титлов {$header_items['title']}<if test="pagenumberintitle:|:$header_items['page']"> {$this->lang->words['page_title_page']} {$header_items['page']}</if> не помогло... Щас вот так: А нужно сделать вот так: Link to comment https://ipbmafia.ru/topic/2303-vyvesti-nazvanie-razdelatemy/ Share on other sites Больше вариантов
19 ноября, 201211 yr comment_15292 Куда-нибудь в branding: <foreach loop="navigation:$items['navigation'] as $idx => $data"> <span itemprop="title">{$data[0]}</span> </foreach> [/CODE] Не совсем то, но другого варианта нет. Link to comment https://ipbmafia.ru/topic/2303-vyvesti-nazvanie-razdelatemy/?&do=findComment&comment=15292 Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.