Changeset 1358 in subversion


Ignore:
Timestamp:
May 5, 2008 2:21:25 PM (5 years ago)
Author:
alec
Message:
  • fixed setting pagetitle in ajax calls
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_json_output.php

    r1344 r1358  
    6565    public function set_pagetitle($title) 
    6666    { 
    67         // ignore 
     67        $name = $this->config->get('product_name'); 
     68        $this->command('set_pagetitle', JQ(empty($name) ? $title : $name.' :: '.$title)); 
    6869    } 
    6970 
     
    233234            ); 
    234235        } 
    235          
     236 
    236237        return $out; 
    237238    } 
Note: See TracChangeset for help on using the changeset viewer.