diff --git a/inc/page-header.php b/inc/page-header.php index 067795da..6980ddba 100644 --- a/inc/page-header.php +++ b/inc/page-header.php @@ -1,7 +1,7 @@ title) ) { - $c->title = translate("Really Simple CalDAV Store"); +if ( !isset($c->page_title) ) { + $c->page_title = translate("Really Simple CalDAV Store"); } function make_help_link($matches)