HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
File: /var/www/web37/htdocs/fickanzeiger/templates/social friendly/keyword/show.tpl
{include file="includes/header.tpl" title="{'Keywords'|lang} - "|cat:$letter metaDescription="{'keywordShow_meta_description'|lang}"|cat:" "|cat:$letter includeSearchEngine=true}   
 
{displayAd place="overSitesList"} 
<br />
<div class="show_arbo"> 
<h1>{'keywordShow_h1'|lang} {$letter}</h1>
</div>
                    
<div id="menuin">
<ul>
{foreach from=$keywordGroups key=groupPrefix value=keywordGroup}
<li><a href="#{$groupPrefix}" title="{'Keywords, starting with'|lang} {$groupPrefix}">{$groupPrefix}</a></li>
{/foreach}
</ul>
</div>
 
{foreach from=$keywordGroups key=groupPrefix value=keywordGroup}
    
	<div class="title_h_2_out">
    <div class="title_h_2" id="{$groupPrefix}">
    <div class="barre"> <h2>{$groupPrefix}</h2></div>
    </div>
    </div>
      
    <div class="column_in">
    {for start=0 stop=3 step=1 value=columnNr}    
        <div class="menucategories"><ul>
        {if $columnNr < $keywordGroup.keywords|@count}
        {for start=$columnNr stop=$keywordGroup.keywords|@count step=3 value=i}   
            {assign var=keyword value=$keywordGroup.keywords[$i] }
            <li class="keyword"><a href="{$keyword|objurl:'keyword'}" title="{$keyword.keyword}">{$keyword.keyword}</a>
                <span class="text_numbers">({$keyword.count})</span>
            </li>
        {/for}
        {/if}       
        </ul></div> 
    {/for}            
    </div>
{/foreach}
             
{include file="includes/footer.tpl"}