mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
13 lines
322 B
Scheme
13 lines
322 B
Scheme
<div id="Sidebar">
|
|
<% if $GroupsMenu %>
|
|
<% include SilverShop\Includes\ProductMenu %>
|
|
<% else %>
|
|
<% with $Parent %>
|
|
<% include SilverShop\Includes\ProductMenu %>
|
|
<% end_with %>
|
|
<% end_if %>
|
|
<div class="cart">
|
|
<% include SilverShop\Cart\SideCart %>
|
|
</div>
|
|
</div>
|