Notifications
Clear all
Jun 18, 2020 1:54 pm
Is there any way to change the url link when clicking the upper left company logo, I'm trying to redirect it to my main site. I read the article Logo and home link in the osticket forum but couldn't find any of the code mentioned there in the osta equivalent file. Thanks in advanced.
Jul 03, 2020 9:18 am
Hi @it-plannet,
You'll edit the same files:
/include/client/header.inc.php
/include/staff/header.inc.php
But you'll look for this code...
<a id="header-logo" href="<?php echo ROOT_PATH; ?>scp/">
and change it to...
<a id="header-logo" href="https://yourlink.com">