Section links working weird
  • Hi everybody,

    i've put sections links on my navigationtemplate like this way:

    {{ local }}
    {{ set_current_issue }}
    {{ set_section number="1" }}
    link1 |
    {{ set_section number="2" }}
    link2 |
    {{ set_section number="3" }}
    link3 |
    {{ set_section number="4" }}
    link4 |
    {{ set_section number="5" }}
    link5
    {{ /local }}

    the weird thing is that if i use "http://localhost" to go to the site, the sections links work right... but if i use a relative link, like href="/index.php", all the section links points to localhost/index.php...

    how do i fix this? I need a relative link to the home page for the "homepage" link.

    I can't use the "list section" code bee i need to personalize the section links