index page text adding

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
hostwebservice.com
Posts: 45
Joined: Mon Dec 18, 2006 3:20 pm

index page text adding

Post by hostwebservice.com »

Script URL: hostwebservice.com/supporto
Version of script: 2.4.1
Hosting company:
URL of phpinfo.php: 5.2
URL of session_test.php:
What terms did you try when SEARCHING for a solution: index modifications

Write your message below:

Hi

I have search on website but nothing found.

I'm trying to add a text just before submit reply or see ticket.

See image here: hostwebservice.com/hesk.gif (I removed link)

How this can be done ?

Where I need to modify index.php page ?

Thanks

Marino
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: index page text adding

Post by Klemen »

In index.php add any HTML code just above this code:

Code: Select all

<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="50%">
<!-- START SUBMIT -->
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
hostwebservice.com
Posts: 45
Joined: Mon Dec 18, 2006 3:20 pm

Re: index page text adding

Post by hostwebservice.com »

Thanks Klemen for your help
Post Reply