Subversion Repositories SmartDukaan

Rev

Rev 1411 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1411 Rev 1688
Line 4... Line 4...
4
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
4
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
	<!-- Prevent MS Office toolbar from changing layout -->
5
	<!-- Prevent MS Office toolbar from changing layout -->
6
	<meta http-equiv="imagetoolbar" content="false" />
6
	<meta http-equiv="imagetoolbar" content="false" />
7
	<meta name="MSSmartTagsPreventParsing" content="true" />
7
	<meta name="MSSmartTagsPreventParsing" content="true" />
8
	<title>Saholic</title>
8
	<title>Saholic</title>
-
 
9
	 #set($currentUrl = $request.getRequestURL().toString()) 
-
 
10
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
-
 
11
 <link rel="canonical" href="$currentUrl" /> 
9
	#include ( "templates/commoncssfiles.vm" )
12
 #include ( "templates/commoncssfiles.vm" )  
10
</head>
13
</head>
11
 
14
 
12
<body>
15
<body>
13
	<noscript>
16
	<noscript>
14
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
17
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
Line 216... Line 219...
216
	</div><!-- /main -->
219
	</div><!-- /main -->
217
	$action.getFooterSnippet()
220
	$action.getFooterSnippet()
218
 
221
 
219
	#include ( "templates/commonjsfiles.vm" )
222
	#include ( "templates/commonjsfiles.vm" )
220
</body>
223
</body>
221
</html>
-
 
222
224
</html>
-
 
225