Page 1 of 1

index page text adding

Posted: Thu Sep 06, 2012 8:30 am
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

Re: index page text adding

Posted: Fri Sep 07, 2012 7:06 pm
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 -->

Re: index page text adding

Posted: Sat Sep 08, 2012 2:58 pm
by hostwebservice.com
Thanks Klemen for your help