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
powered by
Moderator: mkoch227
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 
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


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
You could also change the above a bit into: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>
Code: Select all
<p align="center" class="smaller">Customized by XY</p>