1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-25 05:39:27 +03:00
ifhub-skin/navs/nav.search.tpl

12 lines
523 B
Smarty

{**
* Навигация по результатам поиска
*}
{component 'nav'
name = 'search'
activeItem = $searchType
mods = 'pills'
items = [
[ 'name' => 'topics', 'url' => "{router page='search/topics'}?q={$_aRequest.q}", 'text' => $aLang.search.result.topics, 'count' => $typeCounts.topics ],
[ 'name' => 'comments', 'url' => "{router page='search/comments'}?q={$_aRequest.q}", 'text' => $aLang.search.result.comments, 'count' => $typeCounts.comments ]
]}