1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 17:28:23 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.search.tpl
Alexander Yakovlev 565ff70c0b Слияние с upstream (LiveStreet/github)
Слил насколько возможно, папка install удалена.
2017-01-11 14:57:03 +07:00

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 ]
]}