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
</head>
15
</head>
13
 
16
 
14
<body>
17
<body>
15
	<noscript>
18
	<noscript>
16
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
19
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
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