Improved guide and api doc header and titles

fixes #7069
fixes #7031
This commit is contained in:
Carsten Brandt
2015-01-28 22:03:52 +01:00
parent 4e39381d49
commit fca8143440
5 changed files with 22 additions and 7 deletions

View File

@ -43,7 +43,7 @@ abstract class GuideRenderer extends BaseGuideRenderer
parent::init();
if ($this->pageTitle === null) {
$this->pageTitle = 'Yii Framework 2.0 API Documentation'; // TODO guess page title
$this->pageTitle = 'The Definitive Guide to Yii 2.0';
}
}