Subversion Repositories SmartDukaan

Rev

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

Rev 1372 Rev 1688
Line 5... Line 5...
5
 
5
 
6
<!-- Prevent MS Office toolbar from changing layout -->
6
<!-- Prevent MS Office toolbar from changing layout -->
7
<meta http-equiv="imagetoolbar" content="false">
7
<meta http-equiv="imagetoolbar" content="false">
8
<meta name="MSSmartTagsPreventParsing" content="true">
8
<meta name="MSSmartTagsPreventParsing" content="true">
9
 
9
 
-
 
10
 #set($currentUrl = $request.getRequestURL().toString()) 
-
 
11
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
-
 
12
 <link rel="canonical" href="$currentUrl" /> 
10
#include ( "templates/commoncssfiles.vm" )
13
 #include ( "templates/commoncssfiles.vm" )  
11
 
14
 
12
</head>
15
</head>
13
 
16
 
14
<body>
17
<body>
15
	<noscript>
18
	<noscript>
Line 45... Line 48...
45
	 
48
	 
46
	 $action.getFooterSnippet()
49
	 $action.getFooterSnippet()
47
	
50
	
48
#include ( "templates/commonjsfiles.vm" )
51
#include ( "templates/commonjsfiles.vm" )
49
</body>
52
</body>
50
</html>
-
 
51
53
</html>
-
 
54