powered by

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
alienati
Posts: 5
Joined: Thu Mar 30, 2006 1:40 pm

powered by

Post 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
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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>
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Christien
Posts: 2
Joined: Thu Nov 30, 2006 2:08 pm

Post 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>
Post Reply