Jump to content

(Rezolvat) Cum pot sa sterg logo de pe site


rovalibt

Recommended Posts

Din CPanel, mergi in Themes > Tema ta > header.tpl si o sa gasesti:

		 <a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
		  <img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} />
		 </a>

 

modifica in

<!--
		 <a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
		  <img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} />
		 </a>
-->

 

Nu uita sa ii dai Force Compile - YES din BO > Performance ca sa se actualizeze template-ul.

  • Like 1
Link to comment
Share on other sites

Valentin.g - ai dreptate. Dar efectul este acelasi, doar ca in cazul comentariilor Smarty - nu mai sunt trimise catre browserul client.

 

{*
 <a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
 <img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} />
 </a>
*}

Edited by cristic (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...