Author Topic: Footer Link  (Read 1666 times)

Offline Nuno Neff

  • Full Member
  • ***
  • Posts: 187
  • Karma: +23/-7
    • View Profile
Footer Link
« on: November 27, 2023, 06:59:41 PM »
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);
?>

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5819
  • Karma: +274/-2
    • View Profile
Re: Footer Link
« Reply #1 on: November 28, 2023, 03:47:41 AM »
Hello.

Try
Code: [Select]
'href' => "https://..."  or
Code: [Select]
'href' => '/Inicio/' 

Offline Nuno Neff

  • Full Member
  • ***
  • Posts: 187
  • Karma: +23/-7
    • View Profile
Re: Footer Link
« Reply #2 on: November 28, 2023, 03:58:17 AM »
Thsnks Basara , i got it ;)

 

Database Error

Please try again. If you come back to this error screen, report the error to an administrator.