/*************************************
Title:
Version:
Author:
Demo:
Download:
Website:
Short description:
*************************************/
I would like to add some welcome information for the visitor at the index page above the 2 options "send" and "watch".
Where do i add that?
Welcome text
Moderator: mkoch227
Open index.php file in a plain text editor and find lines 685-688: (just search for <!-- START SUBMIT --> and you will find the correct <table ...> tag) then paste the HTML code you wish just above that, for example: .
The modified code would look like
Code: Select all
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="50%">
<!-- START SUBMIT -->
Code: Select all
<p>Welcome to XY</p>
The modified code would look like
Code: Select all
<p>Welcome to XY</p>
<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 
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