Constants needed
authorJoey Schulze <joey@infodrom.org>
Fri, 8 Aug 2008 05:59:17 +0000 (05:59 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 8 Aug 2008 05:59:17 +0000 (05:59 +0000)
Styles/calendar_pdf.style

index 3a4434f..a7051e2 100644 (file)
@@ -1,6 +1,11 @@
 <?
   # PDF generation
 
+  define('EVENTS_PER_PAGE', 53);
+  define('LOGO', '/var/www/infocon.infodrom.org/Pics/infocon-90.png');
+  define('LOGO_TYPE', 'PNG');
+  define('LOGO_LINK', 'http://infocon.infodrom.org/');
+
   require('fpdf/fpdf.php');
 
   class CalPDF extends FPDF