summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 20:56:10 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 20:56:10 -0500
commitef5b4aaca99b811d0399f40d4ca79c642cf6bf31 (patch)
tree2332370c585e1df0a38d3ad3edb9aaebcd8465f4 /StoneIsland/www/index.html
parent74e7f60ddccf181aa80259fb9eac4c84f17a070b (diff)
ClosedStoreView
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index 852fcb6d..95b49e0b 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -232,6 +232,16 @@
</div>
</div>
</div>
+
+ <div id="closed">
+ <div class="closed_store_msg">
+ <h3>THE STORE IS CURRENTLY CLOSED.</h3>
+ <div class="website_link">
+ visit<br>
+ <b>www.stoneisland.com</b>
+ </div>
+ </div>
+ </div>
<!-- ACCOUNT ================================================ -->
@@ -702,6 +712,7 @@
<script src="js/lib/products/CollectionView.js"></script>
<script src="js/lib/products/filters/CategoryFilter.js"></script>
+<script src="js/lib/products/ClosedStoreView.js"></script>
<script src="js/lib/products/ProductView.js"></script>
<script src="js/lib/products/GalleryView.js"></script>
<script src="js/lib/products/Selector.js"></script>