Subversion Repositories SmartDukaan

Rev

Rev 1456 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1456 Rev 1688
Line 11... Line 11...
11
	<meta property='og:type' content="product" />
11
	<meta property='og:type' content="product" />
12
	<meta property='og:title' content="$action.getProductName()" />
12
	<meta property='og:title' content="$action.getProductName()" />
13
	<meta property='og:site_name' content="Saholic" />
13
	<meta property='og:site_name' content="Saholic" />
14
	<meta property="og:description" content="$action.getPageMetaDescSnippet()"/>
14
	<meta property="og:description" content="$action.getPageMetaDescSnippet()"/>
15
	<meta property='fb:admins' content="100002073769572" />
15
	<meta property='fb:admins' content="100002073769572" />
-
 
16
 #set($currentUrl = $request.getRequestURL().toString()) 
-
 
17
 #if(!$currentUrl.startsWith("http://www.")) #set($currentUrl = $currentUrl.replace("http://", "http://www."))  #end  
-
 
18
 <link rel="canonical" href="$currentUrl" /> 
16
#include ( "templates/commoncssfiles.vm" )
19
 #include ( "templates/commoncssfiles.vm" )  
17
#include ( "templates/commonjsfiles.vm" )
20
#include ( "templates/commonjsfiles.vm" )
18
 
21
 
19
#set($userinfo = $action.getUserInfo())
22
#set($userinfo = $action.getUserInfo())
20
</head>
23
</head>
21
 
24
 
Line 63... Line 66...
63
/*youtube video init*/
66
/*youtube video init*/
64
google.load("swfobject", "2.1");
67
google.load("swfobject", "2.1");
65
</script>
68
</script>
66
 
69
 
67
</body>
70
</body>
68
</html>
-
 
69
71
</html>
-
 
72