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 6... Line 6...
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
<title>Saholic</title>
10
<title>Saholic</title>
-
 
11
 #set($currentUrl = $request.getRequestURL().toString()) 
-
 
12
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
-
 
13
 <link rel="canonical" href="$currentUrl" /> 
11
#include ( "templates/commoncssfiles.vm" )
14
 #include ( "templates/commoncssfiles.vm" )  
12
 
15
 
13
</head>
16
</head>
14
 
17
 
15
<body>
18
<body>
16
	<noscript>
19
	<noscript>
Line 46... Line 49...
46
	 
49
	 
47
	 $action.getFooterSnippet()
50
	 $action.getFooterSnippet()
48
 
51
 
49
#include ( "templates/commonjsfiles.vm" )
52
#include ( "templates/commonjsfiles.vm" )
50
</body>
53
</body>
51
</html>
-
 
52
54
</html>
-
 
55