Jump to content

Modificare link piede 1.4


Recommended Posts

  • 1 month later...

Allora non sono solo io ad avere la sensazione che qui non risponda nessuno :)

Ti incollo una risposta che avevo già dato in questo forum, vedi se fa il caso tuo.

--------------------------------------------------------------------------------------

devi aprire "../modules/blockcms.tpl" (o "block_various_links_footer.tpl" per altre versioni) e cercare le voci che vuoi elimare commentandole. Ad esempio nel footer c'è la voce "speciali" in inglese "specials". Sul file fai un trova e arrivi sulla riga che contiene la parola "specials" (che poi verrà tradotta).

La commenti dall'inizio della {if alla fine della if} con <!-- xxxxxxxx --> e cosi non la vedi più :)

Es:

 

{if !$PS_CATALOG_MODE}

getPageLink('prices-drop.php')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}

{/if}

 

diventa

 

<!-- {if !$PS_CATALOG_MODE}

getPageLink('prices-drop.php')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}

{/if} -->

----------------------------------------------------------------------------------------------

 

fammi sapere :)

 

Bye

Paolo

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...