Page MenuHomeIn-Portal Phabricator

your_wishlist.tpl
No OneTemporary

File Metadata

Created
Tue, May 20, 3:23 AM

your_wishlist.tpl

<inp2:m_RequireLogin login_template="in-commerce/login_register" />
<inp2:m_CheckSSL mode="required" condition="Require_SSL" />
<!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>In-commerce Online Store</title>
<inp2:m_include template="in-commerce/blocks/common/html_head" />
</head>
<body>
<inp2:m_include template="in-commerce/blocks/common/header" />
<inp2:m_include template="in-commerce/blocks/common/toolbar" />
<table class="main-table">
<tr>
<td class="main-column-center" valign="top">
<inp2:m_include template="in-commerce/blocks/products/products_wish_list.tpl"/>
</td>
<td class="main-column-right" valign="top">
<inp2:m_include template="in-commerce/blocks/shop_cart/cart_indicator.tpl"/>
<inp2:m_include template="in-commerce/blocks/products/products_top_sellers.tpl" data_exists="1" />
<inp2:m_include template="in-commerce/blocks/products/products_recent.tpl" data_exists="1" />
</td>
</tr>
</table>
<table>
<inp2:m_include template="common/footer.tpl" />
</table>
</body>
</html>

Event Timeline