%if $header%>
<%$header%>
<%else%>
<%include file="header.html"
title="Browse by categories: $page_title"
meta_keywords="$meta_keywords"
meta_description="$meta_description"
%>
<%/if%>
<%$category_path%>
<%if $content%>
<%$content%>
<%/if%>
<%if $category%>
<%/if%>
<%block_searchfeed track_id="xxx" pub_id="xxx" sf_keyword="$page_title" max_item=6%>
<%if $sponsored_link%>
<%/if%>
<%if $link%>
<%block_sort_links use_pagerank="yes" use_custom_field="yes" exclude_custom_field=""%> |
<%$link%>
|
<%else%>
There's no web links here.
<%/if%>
<%if $pagination%>
<%/if%>
<%block_category_jump type="all"%>
<%if $editors%>
Editors:
<%section name=i loop=$editors%>
<%$editors[i]%>
<%/section%>
<%/if%>

|
<%if $footer%>
<%$footer%>
<%else%>
<%include file="footer.html"%>
<%/if%>
|