Subversion Repositories SmartDukaan

Rev

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

Rev 1471 Rev 1688
Line 6... Line 6...
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
<meta name="keywords" content="Contact Us, Saholic.com" />
8
<meta name="keywords" content="Contact Us, Saholic.com" />
9
<title>Contact us | Saholic.com</title>
9
<title>Contact us | Saholic.com</title>
10
 
10
 
-
 
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
#set($userinfo = $action.getUserInfo())
16
#set($userinfo = $action.getUserInfo())
14
 
17
 
15
</head>
18
</head>
16
<body>
19
<body>
Line 200... Line 203...
200
	<!-- /footer -->
203
	<!-- /footer -->
201
 
204
 
202
#include ( "templates/commonjsfiles.vm" )
205
#include ( "templates/commonjsfiles.vm" )
203
	<script type="text/javascript" src="/js/contact-us.js"></script>
206
	<script type="text/javascript" src="/js/contact-us.js"></script>
204
</body>
207
</body>
205
</html>
-
 
206
208
</html>
-
 
209