<?php
//PDF BIRTHDAY CALENDAR - SAMPLE CONFIGURATION FILE

//GENERAL SETTINGS (see pdf.txt for details)
$ctuID = ""; //ID of the calendar to use, e.g. "mycal". Blank (""): the current calendar 
$pageFtr = "#c>>#d"; //page footer template (#c: calendar title, #d: date printed, >: tab left > center > right)

//PAGE SIZE
$pSize = "A4"; //page size can be A4 or Letter

//PRINT STYLES
$fHEAD = "14"; //header font size (in pixels)
$sHEAD = ''; //header style ('' (empty): none, 'B': bold, 'I': italic)
$cHEAD = "#606060"; //header text color
$fNAME = "12"; //date / name font size (in pixels)
$cNAME = "#5862BA"; //day text color
