Adding a new page to the footer

Hi All, It could be that there are lot's of answers about this, but I can't find them.

How can I add a new page  ( such as policy..) in the footer?

Thanks, laurent

Quote · 24 Sep 2008

Hi Laurent, I believe an easy way to do that is through the language setting section in tha admin panel.

-

Rob

Quote · 24 Sep 2008

1. adding new KEY here:  templates\tmpl_uni\_footer.html  (__BMI_Cool__  as example)

2. inc\design.inc.php

goto $aMainLinks = array(   (line ~256)

add as latests element in array:

'Cool'         => array( 'href' => 'cool.php',         'Title' => 'Cool' ),


this is just sample

Quote · 24 Sep 2008

Hi Rob and AndreyP, thank you for the help again!

I'm going back to the forum for my next question.

Quote · 24 Sep 2008

I just want to say thanks to AndreyP. Your words are helpful!

 

Quote · 5 May 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.