- } else {
- $html .= date( 'Y' );
- }
- if ( ! empty( $metadata['pb_copyright_holder'] ) ) {
- $html .= ' ' . __( 'by', 'pressbooks' ) . ' ' . $metadata['pb_copyright_holder'] . '. ';
- }
- $html .= '</p>';
- }
- // Copyright
- // Please be kind, help Pressbooks grow by leaving this on!
- if ( empty( $GLOBALS['PB_SECRET_SAUCE']['TURN_OFF_FREEBIE_NOTICES_EPUB'] ) ) {
- $freebie_notice = 'This book was produced using <a href="http://pressbooks.com/">Pressbooks.com</a>.';
- $html .= "<p>$freebie_notice</p>";
- }
- $html .= "</div></div>\n";
- // Create file, insert into manifest
- $vars = [