diff --git a/src/my-calendar-templating.php b/src/my-calendar-templating.php index 8c2362ef..5fe63d6d 100644 --- a/src/my-calendar-templating.php +++ b/src/my-calendar-templating.php @@ -79,7 +79,7 @@ function mc_php_templates_docs() { $intro = '

' . __( 'PHP templates are enabled. To customize templates, copy one or more of the following files into your theme directory.', 'my-calendar' ) . '

'; $intro .= '

' . __( 'Read the documentation.', 'my-calendar' ) . '

'; $templates = array( - 'event' => array( + 'event' => array( 'calendar-title', 'calendar', 'card-title', @@ -99,7 +99,7 @@ function mc_php_templates_docs() { 'single', ), ); - $output = ''; + $output = ''; foreach ( $templates as $type => $template ) { $base = '/mc-templates/' . $type; $output .= '
  • ' . $base . '