Remove remaining live references to observium.org

This commit is contained in:
Paul Gear
2013-10-29 21:06:32 +10:00
parent 4b1d536501
commit a33db38f02
5 changed files with 6 additions and 5 deletions

View File

@@ -217,7 +217,7 @@
}
// Html template
$logo = $pdf->serializeTCPDFtagParameters(array('images/observium-logo.png', 15, 18, 100, '', '', 'www.observium.org', 'T'));
$logo = $pdf->serializeTCPDFtagParameters(array('images/dummy-logo.png', 15, 18, 100, '', '', 'www.example.com', 'T'));
$html .= "<tcpdf method=\"Image\" params=\"".$logo."\" />";
$html .= "<h1 class=\"right\">Billing Report</h1>";
$html .= "<p></p>";