forked from science-ation/science-ation
add logo to reports
This commit is contained in:
parent
8aad3ae25b
commit
2c0fb0f90d
@ -6,7 +6,11 @@ $catq=mysql_query("SELECT * FROM projectcategories WHERE year='".$config['FAIRYE
|
||||
if($catr=mysql_fetch_object($catq))
|
||||
{
|
||||
|
||||
$pdf=new lpdf(i18n($config['fairname']),i18n("Checkin List")." - ".i18n($catr->category));
|
||||
$pdf=new lpdf( i18n($config['fairname']),
|
||||
i18n("Checkin List")." - ".i18n($catr->category),
|
||||
$_SERVER['DOCUMENT_ROOT'].$config['SFIABDIRECTORY']."/data/logo-200.gif"
|
||||
);
|
||||
|
||||
$pdf->newPage();
|
||||
$q=mysql_query("SELECT registrations.id AS reg_id,
|
||||
registrations.num AS reg_num,
|
||||
|
Loading…
Reference in New Issue
Block a user