| Line 1... |
Line 1... |
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
| 3 |
<head>
|
3 |
<head>
|
| - |
|
4 |
<title>$action.getPageTitleSnippet()</title>
|
| 4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
| 5 |
<meta name="Description" content="$action.getPageMetaDescSnippet()" />
|
6 |
<meta name="Description" content="$action.getPageMetaDescSnippet()" />
|
| 6 |
<meta name="Keywords" content="$action.getPageMetaKeywordsSnippet()" />
|
7 |
<meta name="Keywords" content="$action.getPageMetaKeywordsSnippet()" />
|
| 7 |
<!--link rel="image_src" href="http://saholic.com/images/$action.getProductId()/default.jpg"/>
|
- |
|
| 8 |
<link rel="canonical" href="$action.getProductUrl()" />
|
- |
|
| 9 |
|
8 |
|
| 10 |
<meta property="og:url" content="$action.getProductUrl()" />
|
9 |
<meta property="og:url" content="$action.getProductUrl()" />
|
| 11 |
<meta property='og:image' content="http://saholic.com/images/$action.getProductId()/default.jpg">
|
10 |
<meta property='og:image' content="$action.getRootUrl()/images/$action.getProductId()/default.jpg" />
|
| 12 |
<meta property='og:type' content="product" />
|
11 |
<meta property='og:type' content="product" />
|
| 13 |
<meta property='og:title' content="$action.getProductName()" />
|
12 |
<meta property='og:title' content="$action.getProductName()" />
|
| 14 |
<meta property='og:site_name' content="Saholic" />
|
13 |
<meta property='og:site_name' content="Saholic" />
|
| 15 |
<meta property="og:description" content="$action.getPageMetaDescSnippet()"/>
|
14 |
<meta property="og:description" content="$action.getPageMetaDescSnippet()"/>
|
| 16 |
<meta property='fb:admins' content="100002073769572" /> <Facebook ID of Saholic Shopa-->
|
15 |
<meta property='fb:admins' content="100002073769572" />
|
| 17 |
<title>$action.getPageTitleSnippet()</title>
|
- |
|
| 18 |
|
- |
|
| 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>
|