Changeset 220 in subversion for trunk/roundcubemail/program/include/main.inc
- Timestamp:
- May 5, 2006 12:53:21 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r215 r220 721 721 $s_header_sent = TRUE; 722 722 send_nocacheing_headers(); 723 header('Content-Type: application/x-javascript ');723 header('Content-Type: application/x-javascript; charset='.$CHARSET); 724 724 print '/** remote response ['.date('d/M/Y h:i:s O')."] **/\n"; 725 725 } … … 1193 1193 $title = !empty($CONFIG['product_name']) ? $CONFIG['product_name'].' :: ' : ''; 1194 1194 1195 if ($task=='mail' && isset($GLOBALS['MESSAGE']['subject'])) 1195 if ($task=='login') 1196 $title = rcube_label(array('name' => 'welcome', 'vars' => array('product' => $CONFIG['product_name']))); 1197 else if ($task=='mail' && isset($GLOBALS['MESSAGE']['subject'])) 1196 1198 $title .= $GLOBALS['MESSAGE']['subject']; 1197 1199 else if (isset($GLOBALS['PAGE_TITLE'])) … … 1200 1202 $title .= rcube_charset_convert($mbox_name, 'UTF-7', 'UTF-8'); 1201 1203 else 1202 $title .= $task;1204 $title .= ucfirst($task); 1203 1205 1204 1206 return rep_specialchars_output($title, 'html', 'all');
Note: See TracChangeset
for help on using the changeset viewer.
