Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {*
- * 2007-2012 PrestaShop
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE.txt.
- * It is also available through the world-wide-web at this URL:
- * http://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to [email protected] so we can send you a copy immediately.
- *
- * DISCLAIMER
- *
- * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
- * versions in the future. If you wish to customize PrestaShop for your
- * needs please refer to http://www.prestashop.com for more information.
- *
- * @author PrestaShop SA <[email protected]>
- * @copyright 2007-2012 PrestaShop SA
- * @version Release: $Revision: 14008 $
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
- * International Registered Trademark & Property of PrestaShop SA
- *}
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" lang="{$lang_iso}" xmlns:og="http://ogp.me/ns#">
- <head>
- <title>{$meta_title|escape:'htmlall':'UTF-8'}</title>
- {if isset($meta_description) AND $meta_description}
- <meta name="description" content="{$meta_description|escape:html:'UTF-8'}" />
- {/if}
- {if isset($meta_keywords) AND $meta_keywords}
- <meta name="keywords" content="{$meta_keywords|escape:html:'UTF-8'}" />
- {/if}
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" />
- <link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}favicon.ico?{$img_update_time}" />
- <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico?{$img_update_time}" />
- <script type="text/javascript">
- var baseDir = '{$content_dir}';
- var static_token = '{$static_token}';
- var token = '{$token}';
- var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals};
- var priceDisplayMethod = {$priceDisplay};
- var roundMode = {$roundMode};
- </script>
- {if isset($css_files)}
- {foreach from=$css_files key=css_uri item=media}
- <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" />
- {/foreach}
- {/if}
- <link href="{$css_dir}layout.css" rel="stylesheet" type="text/css" media="{$media}" />
- {if isset($js_files)}
- {foreach from=$js_files item=js_uri}
- <script type="text/javascript" src="{$js_uri}"></script>
- {/foreach}
- {/if}
- <script type="text/javascript" src="{$js_dir}cycle/jquery.cycle.all.min.js"></script>
- <script type="text/javascript" src="{$js_dir}cycle/jquery.multipleelements.cycle.min.js"></script>
- <!--[if IE 7]><link href="{$css_dir}global-ie.css" rel="stylesheet" type="text/css" media="{$media}" /><![endif]-->
- {if $page_name == 'products-comparison'}
- <link href="{$css_dir}jquery.jscrollpane.css" rel="stylesheet" type="text/css" media="{$media}" />
- <script type="text/javascript" src="{$js_dir}jquery.jscrollpane.min.js"></script>
- {/if}
- {$HOOK_HEADER}
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-37488805-1']);
- _gaq.push(['_setDomainName', 'semillas-de-marihuana.com']);
- _gaq.push(['_trackPageview']);
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
- </head>
- <body itemscope="itemscope" itemtype="http://schema.org/WebPage" {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>
- {if !$content_only}
- {if isset($restricted_country_mode) && $restricted_country_mode}
- <div id="restricted-country">
- <p>{l s='You cannot place a new order from your country.'} <span class="bold">{$geolocation_country}</span></p>
- </div>
- {/if}
- <div class="wrapper">
- <div id="page">
- <!-- Header -->
- <div id="header">
- <a id="header_logo" href="{$link->getPageLink('index.php')}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
- {if $page_name == 'index'}
- {/if}
- <img class="logo" height="110" width="558" src="{$img_ps_dir}logo2.png?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" />
- </a>
- <div id="header_right">
- {$HOOK_TOP}
- {if $HOOK_MY_STATIC_TOP}{$HOOK_MY_STATIC_TOP}{/if}
- </div>
- </div>
- {if $page_name == 'index'}
- {include file="$tpl_dir./header_slideshow.tpl"}
- {/if}
- {if $page_name !== 'index'}
- <!-- Breadcumb -->
- <script type="text/javascript">
- jQuery(document).ready(function() {
- if (jQuery("#old_bc").html()) {
- jQuery("#bc").html(jQuery("#old_bc").html());
- jQuery("#old_bc").hide();
- }
- });
- </script>
- <div class="bc_line">
- <div id="bc" class="breadcrumb"></div>
- </div>
- {/if}
- <div id="columns">
- <!-- Left -->
- {if $page_name !='index'}
- <div id="left_column" class="column">
- {$HOOK_LEFT_COLUMN}
- </div>
- {/if}
- <!-- Center -->
- <div id="center_column">
- {/if}
Advertisement
Add Comment
Please, Sign In to add comment