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