News:

AbanteCart v1.4.2 is released.

Main Menu

Footer Link

Started by Nuno Neff, November 27, 2023, 06:59:41 PM

Previous topic - Next topic

Nuno Neff

Hello community I want to add a link in the footer content, so i created a word for my link and i dont know what code i need so that the link works.

I want to add this https://www.livroreclamacoes.pt/Inicio/

In here:      /extensions/bootstrap5/storefront/view/bootstrap5/template/blocks/content_footer.tpl

<?php
    $contents[] = [
            'text' => $text_contact,
            'href' => $contact
    ];
    $contents[] = [
            'text' => $text_sitemap,
            'href' => $sitemap
    ];
    $contents[] = [
            'text' => $text_complaint,
            'href' => $what do i have to write her so that the link will work           
           
    ];

    echo renderSFMenu($contents);
?>

Basara

Hello.

Try 'href' => "https://..."  or 'href' => '/Inicio/' 

Nuno Neff

Thsnks Basara , i got it ;)

Forum Rules Code of conduct
AbanteCart.com 2010 -