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/arfooo/category/showAll.tpl
{include file="includes/header.tpl" title="{'categoryShowAll_html_title'|lang}" metaDescription="{'categoryShowAll_meta_description'|lang}" includeSearchEngine=true} 

<div class="show_arbo"> 
<a href="{$setting.siteRootUrl}" class="link_showarbo">{'show_arbo_directory'|lang}</a> &gt;
<a href="{'/category/showAll'|url}" class="link_showarbo">{'categoryShowAll_categories'|lang}</a>
</div>

<div class="title_h_1"> 
<h1>{'categoryShowAll_h1'|lang}</h1>
</div>

<div class="column_in"> 
{foreach from=$allCategories value=category}
    {foreach from=$category.parents value=parent}
        <a href="{$parent|objurl:'category'}" class="link_black_grey_bold">{$parent.name}</a> <span class="text_numbers">({$parent.validatedSitesCount})</span> &gt;
    {/foreach}
    <a href="{$category|objurl:'category'}" class="link_black_grey_bold">{$category.name}</a> <span class="text_numbers">({$category.validatedSitesCount})</span> <br /> 
{/foreach}
</div>
               
{include file="includes/footer.tpl"}