#1 2003-12-12 22:50:29

hama
Member
2003-12-02
27

Adding More Links To The Menu In Version 1.3


How can I add two or three more links to the menu, for example a link to Dorfschule (www.dorfschule.ch) and a link to Oberstufe (www.dorfschule.ch/oberstufe/)?

You explained it somewhere for an older version and you wrote it will be much easier in version 1.3.

Maybe you'll find some time to explain it for the new version.

Thanks  :-P

Offline

 

#2 2003-12-13 00:15:49

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14068

Re: Adding More Links To The Menu In Version 1.3

in template/default/category.vtp (1.3.0), after

Code:

     33               <!--VTP_upload-->
     34               <br /> <img src="{#lien_collapsed}" alt=">"/> <a href="{#url}" class="back">{#upload_picture}</a>
     35               <!--/VTP_upload-->

insert

Code:

<br /> <img src="{#lien_collapsed}" alt=">"/> <a href="http://www.url.com">My link</a>

Offline

 

#3 2003-12-13 14:28:47

hama
Member
2003-12-02
27

Re: Adding More Links To The Menu In Version 1.3

Thanks, everything ok.

Have a nice weekend  8-)

hama

Offline

 

Board footer

Powered by FluxBB