Subversion Repositories SmartDukaan

Rev

Rev 2176 | Rev 2881 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2176 Rev 2868
Line 21... Line 21...
21
	</noscript>
21
	</noscript>
22
 
22
 
23
	$action.getHeaderSnippet()			
23
	$action.getHeaderSnippet()			
24
     <!-- Wrapper start -->
24
     <!-- Wrapper start -->
25
	<div id="main">
25
	<div id="main">
26
		$action.getMainMenuSnippet()
26
		#include("templates/mainmenu.vm")
27
		$action.getSearchBarSnippet()
27
		$action.getSearchBarSnippet()
28
 
28
 
29
		<!-- wrapper-->
29
		<!-- wrapper-->
30
		<div id="wrapper">
30
		<div id="wrapper">
31
			<!-- Product detail -->
31
			<!-- Product detail -->
Line 56... Line 56...
56
        </div>
56
        </div>
57
		<!-- /wrapper-->
57
		<!-- /wrapper-->
58
		
58
		
59
		<!-- sidebar-->
59
		<!-- sidebar-->
60
		<div id="sidebar">
60
		<div id="sidebar">
61
			$action.getCustomerServiceSnippet()
61
			
62
		</div>
62
		</div>
63
		<div class="clearBoth"></div>
63
		<div class="clearBoth"></div>
64
		<!-- /sidebar-->
64
		<!-- /sidebar-->
65
		
65
		
66
		<!-- Cart Details -->
66
		<!-- Cart Details -->
Line 242... Line 242...
242
		<!-- /Cart Details -->
242
		<!-- /Cart Details -->
243
		
243
		
244
   		<div class="clearBoth"></div>
244
   		<div class="clearBoth"></div>
245
    </div><!-- /main -->
245
    </div><!-- /main -->
246
	 
246
	 
247
	 $action.getFooterSnippet()
247
	 #include("templates/footer.vm")
248
 
248
 
249
#include ( "templates/commonjsfiles.vm" )
249
#include ( "templates/commonjsfiles.vm" )
250
<script language="javascript" src="/js/cart-details.js" type="text/javascript"></script>
250
<script language="javascript" src="/js/cart-details.js" type="text/javascript"></script>
251
</body>
251
</body>
252
</html>
252
</html>