Changeset 5013 in subversion for trunk/roundcubemail/program/include/rcube_template.php
- Timestamp:
- Aug 3, 2011 7:35:36 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_template.php
r4966 r5013 749 749 } 750 750 else if ($object == 'pagetitle') { 751 $title = !empty($this->config['product_name']) ? $this->config['product_name'].' :: ' : ''; 751 if (!empty($this->config['devel_mode']) && !empty($_SESSION['username'])) 752 $title = $_SESSION['username'].' :: '; 753 else if (!empty($this->config['product_name'])) 754 $title = $this->config['product_name'].' :: '; 755 else 756 $title = ''; 752 757 $title .= $this->get_pagetitle(); 753 758 $content = Q($title);
Note: See TracChangeset
for help on using the changeset viewer.
