Jump to content

[SOLVED] Mysterious Question Mark


Recommended Posts

Hi,
Strangely on top of my site www.ametibetaine.com , an image with what seems to be a part of question mark has appeared. I have no idea from where it appeared and have been unable so far to get rid of it.
Can someone please help me?
Here is the attachment:

30135_v3LeHeB0DSYqGlq4shUj_t

Link to comment
Share on other sites

Hi Rocky, below is the code from header.tpl. Could you please tell me what I need to do here? Thanks


<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" />
<link href="{$content_dir}modules/categoriesbar/chromestyle.css" rel="stylesheet" type="text/css" media="all" />
{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}>
{if !$content_only}

  • {l s='This shop requires JavaScript to run correctly. Please activate JavaScript in your browser.'}


<!-- Header -->

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


{*Prad added codes from here*}





Culture et artisanat tibétains; bijoux en argent et décoration inspirés du bouddhisme.



{*until here*}


{$HOOK_TOP}


Banner.JPG




{$HOOK_NAV_BAR}

<form method="get" action="{$base_dir}search.php" id="searchbox">
   <input type="text" id="search_query" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|htmlentities:$ENT_QUOTES:'utf-8'}{/if}" /></td>
<input type="image" class="buttonStyle" src="{$img_lang_dir}{$lang_iso}-search_button.jpg" /></td>

</form>

<!---->




<!-- Left -->

{$HOOK_LEFT_COLUMN}


<!-- Center -->

{/if}
Link to comment
Share on other sites

Ok, I found out.
I went to the css file and commented out the code background: url(../img/Header.png) no-repeat bottom;

Thank you very much once again. You have been a great help. Even my hosting company which self-proclaims to be quite good could not solve this problem and asked me to visit the forum instead. What a shame on their part for having me sold a product that they know nothing about.

Thank You tons.

Link to comment
Share on other sites

×
×
  • Create New...