Jump to content

Recommended Posts

Buenas, mi problema es el siguiente, he estado cambiando mi footer, para quitar la palabra "Descuentos", pero no consigo quitar la dichosa barra ( ) de delante de "Nuevos Productos", y queda muy feo..., no tengo ni idea. Si pudieran ayudarme....

El código a quedado tal que así:

 

 

<!-- /Block CMS module -->

{else}

<!-- MODULE Block footer -->

<ul class="block_various_links" id="block_various_links_footer">

<li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products.php')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li>

{if !$PS_CATALOG_MODE}<li class="item"><a href="{$link->getPageLink('best-sales.php')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li>{/if}

 

<li class="item"><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li>

{foreach from=$cmslinks item=cmslink}

{if $cmslink.meta_title != ''}

<li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li>

{/if}

{/foreach}

{if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a href="http://www.prestashop.com" rel="nofollow" target="_blank" >PrestaShop</a>™</li>{/if}

</ul>

<!-- /MODULE Block footer -->

 

Gracias un saludo

Link to comment
Share on other sites

  • 5 months later...

Hola

 

A mi me interesa también modificar mi footer, pero al abrir el /themes/prestashop/footer.tpl que tengo (no se muy bien la diferencia entre un .tpl y un .php) solo me encuentro esto

 

 

 

{if !$content_only}

</div>

 

<!-- Right -->

<div id="right_column" class="column">

{$HOOK_RIGHT_COLUMN}

</div>

</div>

 

<!-- Footer -->

<div id="footer">{$HOOK_FOOTER}</div>

</div>

{/if}

</body>

</html>

 

¿Dónde está todo ese código que comentáis?

 

Un saludo y muchas gracias

Link to comment
Share on other sites

Buenas...

 

Ya encontrá el fichero (/modules/blockcms/blockcms.tpl) y he comentado las lineas que pertenecen a los elementos que quería eliminar, pero tengo el mismo problema que pipes07 y es que me sale una linea delante que queda bastante mal y no se como eliminarla

 

¿Alguna idea?

 

Un saludo y muchas gracias

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...