{title url="tiki-directory_ranking.php?sort_mode=$sort_mode"}{tr}Directory ranking{/tr}{/title} {* Display the title using parent *} {include file='tiki-directory_bar.tpl'}

{* Navigation bar to admin, admin related, etc *} {* Display the list of categories (items) using pagination *} {* Links to edit, remove, browse the categories *}
{section name=user loop=$items} {if $prefs.directory_country_flag eq 'y'} {/if} {sectionelse} {norecords _colspan=4} {/section}
{tr}Name{/tr} {tr}URL{/tr} {tr}Country{/tr} {tr}Hits{/tr}
{$items[user].name} {$items[user].url}{$items[user].country}{$items[user].hits}
  {tr}Directory Categories:{/tr}{assign var=fsfs value=1} {section name=ii loop=$items[user].cats} {if $fsfs}{assign var=fsfs value=0}{else}, {/if} {$items[user].cats[ii].path} {/section}
{pagination_links cant=$cant step=$maxRecords offset=$offset}{/pagination_links}