Jump to content

Modifica Thema Ver.1.1 alla 1.2


GN Digital

Recommended Posts

Ciao a tutti
Come vedo molti hanno problemi con i Themas della Ver.1.1 alla Ver.1.2
Modifica per Themas 1.1 alla Ver. 1.2
Copiando e Incollare le seguenti righe tra 1 all 48 riga del header.tpl ( del vostro thema)

Le seguenti Righe


<html >

<!--www.gndigital.net
by gennaro ver.1.2.0.8 -->

<html >
<head>
<title>{$meta_title|escape:'htmlall':'UTF-8'}</title>
{if isset($meta_description) AND $meta_description}
<meta name="description" content="{$meta_description|escape:htmlall:'UTF-8'}" />
{/if}
{if isset($meta_keywords) AND $meta_keywords}
<meta name="keywords" content="{$meta_keywords|escape:htmlall:'UTF-8'}" />
{/if}
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<meta name="generator" content="PrestaShop" />
<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" />
<link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico" />
{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}
[removed][removed]
[removed]
var baseDir = '{$content_dir}';
var static_token = '{$static_token}';
var token = '{$token}';
var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals};
[removed]
[removed][removed]
[removed][removed]
[removed][removed]
{if isset($js_files)}
{foreach from=$js_files item=js_uri}
[removed][removed]
{/foreach}
{/if}
{$HOOK_HEADER}
</head>




<body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>





Spero che vi sia utile
un saluto a tutti

www.gndigital.net/shop
Link to comment
Share on other sites

ciao..ho provato come hai detto tu...
utilizzo il tema predefinito standard, ma nel mio caso pagina bianca... questo è il contenuto del header.tpl
sicuramente c'è un errore..ma non riesco a trovarlo...

-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html >

by gennaro ver.1.2.0.8 —>

<html > <head> <title>{$meta_title|escape:‘htmlall’:‘UTF-8’}</title>
{if isset($meta_description) AND $meta_description} <meta name=“description” content=”{$meta_description|escape:htmlall:‘UTF-8’}” />
{/if}
{if isset($meta_keywords) AND $meta_keywords} <meta name=“keywords” content=”{$meta_keywords|escape:htmlall:‘UTF-8’}” />
{/if} <meta http-equiv=“Content-Type” content=“application/xhtml+xml; charset=utf-8” /> <meta name=“generator” content=“PrestaShop” /> <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” /> <link rel=“shortcut icon” type=“image/x-icon” href=”{$img_ps_dir}favicon.ico” />
{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} [removed][removed] [removed] var baseDir = ‘{$content_dir}’; var static_token = ‘{$static_token}’; var token = ‘{$token}’; var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals}; [removed] [removed][removed] [removed][removed] [removed][removed]
{if isset($js_files)} {foreach from=$js_files item=js_uri} [removed][removed] {/foreach}
{/if} {$HOOK_HEADER} </head>
<body {if $page_name}id=”{$page_name|escape:‘htmlall’:‘UTF-8’}”{/if}>





<!-- Header -->

{$shop_name|escape:'htmlall':'UTF-8'}



{$HOOK_TOP}



<!-- Left -->

{$HOOK_LEFT_COLUMN}


<!-- Center -->

{/if}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...