project_id = $project_id; } function display() { if ( isset( $_GET['project_id'] ) ) $options = get_post_meta( $_GET['project_id'], 'anthologize_meta', true ); if ( !$cdate = $options['cdate'] ) $cdate = date('Y'); if ( !$cname = $options['cname'] ) $cname = $options['author_name']; // Default is Creative Commons if ( !$ctype = $options['ctype'] ) $ctype = 'cc'; if ( !$cctype = $options['cctype'] ) $cctype = 'by'; // No default for edition number $edition = $options['edition']; if ( !$authors = $options['authors'] ) $authors = $options['author_name']; $dedication = $options['dedication']; $acknowledgements = $options['acknowledgements']; if ( extension_loaded('zip') === true ) $zip_is_enabled = true; ?>


get_projects() ?>
/>
/>






load_template() */ ?>

display(); ?>