Page 1 of 1

powered by

Posted: Thu Jun 07, 2007 12:08 pm
by alienati
Hello from Italy!

I want to ask to the developer if is possible to add down your
"poweder by" a row with "customized by Sergio@xxx.com"
This scrips is only user for an intranet application.

Best Regards

Sergio

Posted: Thu Jun 07, 2007 1:29 pm
by Klemen
Well if you can't decode the footer code you can add something like this to the top of footer.txt file:

Code: Select all

<p align="center">Customized by XY</p>

Posted: Wed Sep 26, 2007 3:38 am
by Christien
Klemen Stirn wrote:Well if you can't decode the footer code you can add something like this to the top of footer.txt file:

Code: Select all

<p align="center">Customized by XY</p>
You could also change the above a bit into:

Code: Select all

<p align="center" class="smaller">Customized by XY</p>