Subversion Repositories SmartDukaan

Rev

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

Rev 1036 Rev 1688
Line 9... Line 9...
9
 
9
 
10
<title>Saholic</title>
10
<title>Saholic</title>
11
 
11
 
12
<!-- start of new code -->
12
<!-- start of new code -->
13
 
13
 
-
 
14
 #set($currentUrl = $request.getRequestURL().toString()) 
-
 
15
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
-
 
16
 <link rel="canonical" href="$currentUrl" /> 
14
#include ( "templates/commoncssfiles.vm" )
17
 #include ( "templates/commoncssfiles.vm" )  
15
 
18
 
16
</head>
19
</head>
17
 
20
 
18
<body>
21
<body>
19
	<noscript>
22
	<noscript>
Line 48... Line 51...
48
	 $action.getFooterSnippet()
51
	 $action.getFooterSnippet()
49
 
52
 
50
#include ( "templates/commonjsfiles.vm" )
53
#include ( "templates/commonjsfiles.vm" )
51
<script language="javascript" src="/js/cart-details.js" type="text/javascript"></script>
54
<script language="javascript" src="/js/cart-details.js" type="text/javascript"></script>
52
</body>
55
</body>
53
</html>
-
 
54
56
</html>
-
 
57