Page MenuHomeIn-Portal Phabricator

category.tpl
No OneTemporary

File Metadata

Created
Sun, Mar 9, 7:27 PM

category.tpl

<inp2:m_RequireLogin permissions="CATEGORY.VIEW" login_template="platform/login/login_register"/>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><inp2:conf_ConfigValue name="Site_Name"/> :: <inp2:m_include template="in-commerce/blocks/categories/title_path"/></title>
<inp2:m_include template="platform/blocks/common/html_head" />
</head>
<body>
<inp2:c_CheckModuleRoot module="In-Commerce" home_template="in-commerce/index"/>
<inp2:m_include template="platform/blocks/common/header" />
<inp2:m_include template="platform/blocks/common/toolbar" />
<inp2:m_include template="in-commerce/blocks/categories/current_path" />
<table class="main-table">
<tr>
<td class="main-column-left" valign="top">
<inp2:m_include template="in-commerce/blocks/categories/categories_home" data_exists="1"/>
<inp2:m_include template="platform/blocks/common/credit_cards" />
</td>
<td class="main-column-center">
<inp2:m_include template="in-commerce/blocks/categories/sub_categories" data_exists="1"/>
<inp2:m_include template="in-commerce/blocks/products/products_featured" data_exists="1"/>
<inp2:m_include template="in-commerce/blocks/products/products_picks" data_exists="1"/>
<inp2:m_include template="in-commerce/blocks/products/products_new" data_exists="1"/>
<inp2:m_include template="in-commerce/blocks/products/products_current_cat" data_exists="1"/>
</td>
<td class="main-column-right">
<inp2:m_include template="in-commerce/blocks/checkout/cart_indicator" />
<inp2:m_include template="platform/blocks/common/login" />
<inp2:m_include template="in-commerce/blocks/categories/manufacturers" data_exists="1"/>
<inp2:m_include template="in-commerce/blocks/products/products_top_sellers" data_exists="1"/>
<inp2:m_include template="in-commerce/blocks/products/products_recent" data_exists="1"/>
</td>
</tr>
</table>
<inp2:m_include template="platform/blocks/common/footer" />
<inp2:m_include template="platform/blocks/common/copyright" />
</body>
</html>

Event Timeline