Subversion Repositories SmartDukaan

Rev

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

Rev 1934 Rev 2176
Line 5... Line 5...
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>Forgot Password</title>
8
    <title>Forgot Password</title>
9
 
9
 
10
 #set($currentUrl = $request.getRequestURL().toString()) 
-
 
11
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
-
 
12
 <link rel="canonical" href="$currentUrl" /> 
-
 
13
 #include ( "templates/commoncssfiles.vm" )  
10
 #include ( "templates/commoncssfiles.vm" )  
14
 
11
 
15
  </head>
12
  </head>
16
  <body>
13
  <body>
17
 
14