Page MenuHomeIn-Portal Phabricator

onlinestore
No OneTemporary

File Metadata

Created
Mon, Jan 6, 3:51 AM

onlinestore

Index: branches/1.0.x/platform/blocks/common/footer.tpl
===================================================================
--- branches/1.0.x/platform/blocks/common/footer.tpl (revision 13238)
+++ branches/1.0.x/platform/blocks/common/footer.tpl (revision 13239)
@@ -1,18 +1,22 @@
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="toolbar" style="text-align: center">
<a href="<inp2:c_CategoryLink template="index" module="In-Commerce" cat_id="Root"/>" class="toolbar"><inp2:m_Phrase label="lu_Home"/></a> |
<a href="<inp2:m_Link template="in-commerce/my_account/account"/>" class="toolbar"><inp2:m_Phrase label="lu_YourAccount"/></a> |
<a href="<inp2:m_Link template="in-commerce/my_account/wishlist"/>" class="toolbar"><inp2:m_Phrase label="lu_YourWishList"/></a> |
<a href="<inp2:m_Link template="in-commerce/checkout/shop_cart"/>" class="toolbar"><inp2:m_Phrase label="lu_ShoppingCart"/></a> |
<a href="<inp2:m_Link template="in-commerce/store/contact_info" />" class="toolbar"><inp2:m_Phrase label="lu_ContactUs"/></a>
<inp2:m_if check="m_LoggedIn">
| <a href="<inp2:u_LogoutLink />" class="toolbar"><inp2:m_Phrase label="lu_Logout"/></a>
</inp2:m_if>
</td>
</tr>
</table>
-<inp2:m_RegisterPageHit/>
\ No newline at end of file
+<inp2:m_RegisterPageHit/>
+
+<!-- Tracking Code Starts-->
+<inp2:st_PageInfo type="tracking"/>
+<!-- Tracking Code Ends -->
\ No newline at end of file

Event Timeline