I have put in place the horizontal menu plugin, but am strugglin a bit as I
need a home button on it and cant figure out how to add a home section, which
is just a link to the home page?
If u are speaking of the plugin menu_deroulant, looking at the sources, adding a home button would be easy in the template (instead of creating a fake section just for that)
copy menu_deroulant/inc-menu-deroulant.html to your squelettes directory.
just after <ul id="nav"> <ul>, add:
<li>
<a href="#URL_SITE_SPIP" class="intitule"> Home </a>
</li>
Pierre
craig wrote:
Hi everyone, thanks in advance for any help
I have put in place the horizontal menu plugin, but am strugglin a bit as I need a home button on it and cant figure out how to add a home section, which is just a link to the home page?