Forum

Logo and home link
 
Notifications
Clear all

Logo and home link

1 Posts
2 Users
0 Reactions
24 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.


Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months 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: