Author Topic: Folders names on title bar  (Read 2515 times)

Offline twisterbr

  • Jr. Member
  • **
  • Posts: 26
Folders names on title bar
« on: November 27, 2011, 09:12:13 AM »
As you know, when you open a folder in roundcube, the title bar changes always to 'Product name :: Folder name'...
When I was using 0.5, these names were ok, showing it in my language, but when I upgraded to 0.6, the names are appearing in english, like 'Product name :: [Drafts,Trash,etc.]' and not in my language as it was before with 0.5's....

How can I fix this? Just to add: my left panel are showing the names correctly in my language...
The name of the folder should be the same as showed on the folder list at left panel right?

Offline twisterbr

  • Jr. Member
  • **
  • Posts: 26
Folders names on title bar
« Reply #1 on: December 13, 2011, 06:39:39 AM »
Solved:

file program/steps/mail/func.inc line 133 change from:
> $OUTPUT->set_pagetitle(rcmail_localize_foldername($IMAP->mod_mailbox($mbox_name)));
to:
> $OUTPUT->set_pagetitle(rcmail_localize_foldername($mbox_name));