{include file="menu.html"} {include file="header.html"}
Portfolio
{if $portfolio_items_number eq 0}
There Are No Portfolio Items Added Until Now.
{else}
All
{section name=x loop=$categories}
{$categories[x].category_title}
{/section}
{section name=x loop=$works}
{$works[x].work_title}
{$works[x].work_title}
{$works[x].work_details}
{if !empty($works[x].work_url)}
Item Link
{/if}
{/section}
{/if}
{include file="footer.html"}