/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to classes/reader.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-12-06 01:38:28 UTC
  • Revision ID: csa@dside.dyndns.org-20081206013828-lm3jqpc4fizd6cn7
XML+XSLT modules support, Alarms support in frontend (mozilla only)

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 function ExportUnixTime($db_time) {
145
145
    return $this->time_module->ExportUnixTime($db_time);
146
146
 }
 
147
 
 
148
 function GetSourceTitle() {
 
149
    $server = $this->req->GetServerConfig();
 
150
 
 
151
    $title = $server['title'];
 
152
    if ($this->dbname) {
 
153
        $dblist = $this->GetDatabaseList();
 
154
        $title .= " - " . $dblist[$this->dbname]["name"];
 
155
    }
 
156
    return $title;
 
157
 }
147
158
 
148
159
 function GetDatabaseList($flags = 0) {
149
160
    if ($this->req)