Welcome to mirror list, hosted at ThFree Co, Russian Federation.

indexSiteSearch.tpl « templates « Actions « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a692fdd697cd8f5d9d9171c48edfcb9c171eecfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div id='leftcolumn'>
    <h2>{'Actions_WidgetSearchKeywords'|translate}</h2>
    {$keywords}

    <h2>{'Actions_WidgetSearchNoResultKeywords'|translate}</h2>
    {$noResultKeywords}

    {if isset($categories)}
        <h2>{'Actions_WidgetSearchCategories'|translate}</h2>
        {$categories}
    {/if}

</div>

<div id='rightcolumn'>
    <h2>{'Actions_WidgetPageUrlsFollowingSearch'|translate}</h2>
    {$pagesUrlsFollowingSiteSearch}

</div>