Subversion Repositories SmartDukaan

Rev

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

Rev 1036 Rev 1688
Line 3... Line 3...
3
<head>
3
<head>
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
<meta name="keywords" content="Terms & Conditions, Saholic.com" />
5
<meta name="keywords" content="Terms & Conditions, Saholic.com" />
6
<title>Terms & Conditions | Saholic.com</title>
6
<title>Terms & Conditions | Saholic.com</title>
7
 
7
 
-
 
8
 #set($currentUrl = $request.getRequestURL().toString()) 
-
 
9
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
-
 
10
 <link rel="canonical" href="$currentUrl" /> 
8
#include ( "templates/commoncssfiles.vm" )
11
 #include ( "templates/commoncssfiles.vm" )  
9
 
12
 
10
</head>
13
</head>
11
 
14
 
12
<body>
15
<body>
13
<noscript>
16
<noscript>
Line 101... Line 104...
101
</div><!-- /main -->
104
</div><!-- /main -->
102
$action.getFooterSnippet()
105
$action.getFooterSnippet()
103
 
106
 
104
#include ( "templates/commonjsfiles.vm" )
107
#include ( "templates/commonjsfiles.vm" )
105
</body>
108
</body>
106
</html>
-
 
107
109
</html>
-
 
110