Page 1 of 1

Clickable Hyperlinks

Posted: Sun Jun 29, 2008 2:24 pm
by lamina
Script URL: Hesk
Version of script: 0.94.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:hyperlinks

Write your message below:

Hi, I would like to remove the clickable hyperlinks at the top of each Hesk page. I have tried looking through various files but cannot locate the required code.

Thank you for an excellent program !
Regards
Richard

Posted: Sun Jun 29, 2008 2:33 pm
by Klemen
Find this code

Code: Select all

<p class="smaller"><a href="<?php echo $hesk_settings['site_url']; ?>"
in index.php, ticket.php and submit_ticket.php and delete everything from including this code to the first </p> (the code in between can differ from functions/files). This code can be found several times in index.php not just once.