Subversion Repositories SmartDukaan

Rev

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

Rev 1036 Rev 1688
Line 8... Line 8...
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
<!-- start of new code -->
12
<!-- start of new code -->
-
 
13
 #set($currentUrl = $request.getRequestURL().toString()) 
-
 
14
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
-
 
15
 <link rel="canonical" href="$currentUrl" /> 
13
#include ( "templates/commoncssfiles.vm" )
16
 #include ( "templates/commoncssfiles.vm" )  
14
</head>
17
</head>
15
 
18
 
16
<body>
19
<body>
17
	<noscript>
20
	<noscript>
18
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
21
		<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
Line 94... Line 97...
94
	 
97
	 
95
	 $action.getFooterSnippet()
98
	 $action.getFooterSnippet()
96
 
99
 
97
#include ( "templates/commonjsfiles.vm" )
100
#include ( "templates/commonjsfiles.vm" )
98
</body>
101
</body>
99
</html>
-
 
100
102
</html>
-
 
103