| 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" />
|
- |
|
| 19 |
#include ( "templates/commoncssfiles.vm" )
|
16 |
#include ( "templates/commoncssfiles.vm" )
|
| 20 |
#include ( "templates/commonjsfiles.vm" )
|
17 |
#include ( "templates/commonjsfiles.vm" )
|
| 21 |
|
18 |
|
| 22 |
#set($userinfo = $action.getUserInfo())
|
19 |
#set($userinfo = $action.getUserInfo())
|
| 23 |
</head>
|
20 |
</head>
|