<!--##
<NAME>Sitemap</NAME>
<DESC>Sitemap of the website</DESC>
<SECTION></SECTION>
##-->

<!--## DEFINE MAIN CONTENT ELEMENT ##-->
<inp2:m_DefineElement name="content">

	<div class="movable-element">
		<div id="block-latest" class="block">
			<div class="round-top"></div>
			<div class="content">
				<h1 class="movable-header"><inp2:st_PageInfo type="title"/></h1>
				<inp2:st_ContentBlock num="1"/>

				<inp2:m_DefineElement name="sitemap_element">
 				<li>
 					<a href="<inp2:m_if check='m_Param' name='external_url'><inp2:m_Param name='external_url'/><inp2:m_else/><inp2:m_Link template='$template' m_cat_id='$cat_id' m_cat_page='1'/></inp2:m_if>" title="<inp2:m_Param name="title"/>"><inp2:m_Param name="title"/></a>
   				</li>
 				</inp2:m_DefineElement>

 				<ul>
					<inp2:st_CachedMenu render_as="sitemap_element" category_id="1" per_page="-1"/>
				</ul>
			</div>
			<div class="round-bottom"></div>
		</div>
	</div>

</inp2:m_DefineElement>
<!--## /DEFINE MAIN CONTENT ELEMENT ##-->

<!--## INCLUDE MAIN DESIGN TEMPLATE ##-->
<inp2:m_include template="designs/default_design.des"/>
<!--## /INCLUDE MAIN DESIGN TEMPLATE ##-->