1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
ifhub.club/application/frontend/skin/developer/navs/nav.search.tpl

12 lines
543 B
Smarty
Raw Normal View History

2014-04-28 13:31:49 +03:00
{**
* Навигация по результатам поиска
*}
{include 'components/nav/nav.tpl'
name = 'search'
activeItem = $sSearchType
mods = 'pills'
items = [
[ 'name' => 'topics', 'url' => "{router page='search/topics'}?q={$_aRequest.q}", 'text' => $aLang.search.result.topics, 'count' => $aTypeCounts.topics ],
[ 'name' => 'comments', 'url' => "{router page='search/comments'}?q={$_aRequest.q}", 'text' => $aLang.search.result.comments, 'count' => $aTypeCounts.comments ]
]}