-
Notifications
You must be signed in to change notification settings - Fork 0
/
account_order.html
32 lines (32 loc) · 1.29 KB
/
account_order.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
%%Panel.HTMLHead%%
<body>
%%Panel.DrawerMenu%%
<div class="page">
%%Panel.Header%%
<div class="main">
<div class="inner">
%%Panel.WrapperBanner%%
<div class="Block Breadcrumb Moveable Panel" id="AccountBreadcrumb">
<ul>
<li><a href="%%GLOBAL_ShopPathNormal%%/">%%LNG_Home%%</a></li>
<li><a href="%%GLOBAL_ShopPath%%/account.php">%%LNG_YourAccount%%</a></li>
<li>%%LNG_AddShippingAddress%%</li>
</ul>
</div>
<h1 class="TitleHeading">%%LNG_YourAccount%%</h1>
<div class="full-width page-content">
<div class="Left" id="LayoutColumn1">
%%Panel.SideAccountMenu%%
%%Panel.SideAccountStoreCredit%%
</div>
<div class="Content" id="LayoutColumn2">
%%Panel.AccountOrder%%
</div>
<div class="clear"></div>
</div>
</div>
</div>
%%Panel.Footer%%
</div>
</body>
</html>