Author |
|
jamesmustain Newbie
Joined: 30 November 2020 Location: United States
Online Status: Offline Posts: 1
|
Posted: 30 November 2020 at 7:43am | IP Logged
|
|
|
Hi Everybody!
How to add new item on tabs in Webmail 8 Pro?
For example, a link to a website.
Thanks!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 30 November 2020 at 11:19pm | IP Logged
|
|
|
Edit file modules/CoreWebclient/templates/HeaderView.html and locate the following code there:
Code:
<div class="spacer"></div> |
|
|
Right before that line, add something like this:
Code:
<span class="item"><a class="link" target="_blank" href="https://google.com/"><span class="text">Google</span></a></span> |
|
|
To apply changes, you'll need to purge data/cache/ directory content.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|