Roundcube Community Forum

 

Adding Server Name to Taskbar

Started by greavette, November 21, 2011, 12:22:24 AM

Previous topic - Next topic

greavette

Hello,

I've read through the forums and found examples of how to add my username to the top of our Roundcube screen.  So I added code to /skins/default/includes/taskbar.html:

<span style=&quot;font-weight: bold;&quot;><roundcube:object name=&quot;username&quot; />&nbsp;</span>

This shows the email address at the top of our roundcube mail webpage.  We have a primary server and a backup server in our office so what I would rather show is the server name at the top of the screen so our users know which server they've logged into (I know..why wouldn't they know...).

Anyone know if the server name is something I can display?

Thank you.