Subversion Repositories SmartDukaan

Rev

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

Rev 1641 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 148... Line 151...
148
	</div><!-- /main -->
151
	</div><!-- /main -->
149
	$action.getFooterSnippet()
152
	$action.getFooterSnippet()
150
	
153
	
151
	#include ( "templates/commonjsfiles.vm" )
154
	#include ( "templates/commonjsfiles.vm" )
152
</body>
155
</body>
153
</html>
-
 
154
156
</html>
-
 
157