$breadcrumbshtml, '%catid%' => $cat)); echo get_catheader($cat); echo cats_table($cat); $linkshtml = show_links($cat); if ($linkshtml) { echo $linkshtml; } else { echo ss_template('category_nolinks.tmpl'); } if ($admin) { echo admin_options($cat); } echo html_footer(); exit; ?>