Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 9 Online 3,047 Members

Logo and home link

2 Posts
2 Users
0 Reactions
119 Views
Posts: 1
Topic starter
(@it-plannet)
Member
Joined: 8 years ago

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.


1 Reply
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

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">


Reply
Share: