diff --git a/about.php b/about.php index 3dd83eeaa..a7365ca0b 100644 --- a/about.php +++ b/about.php @@ -6,6 +6,7 @@ * * @package WebCalendar */ + /** * Include the basics. * @@ -27,9 +28,10 @@ $replacements[] = ''; $data = preg_replace ( $patterns, $replacements, $data ); } + print_header ( ['css/about.css'], '', '', true, false, true ); echo ' -
' +
' . ( empty ( $credits ) ? ' @@ -39,7 +41,7 @@

' . translate ( 'WebCalendar is a PHP application used...' ) . '

' : '' ) . '
-
'; + '; print_form_key(); echo ' -
' . ( empty ( $credits ) ? '' : " " ) . print_trailer ( false,true,true );