add page title to the html title

This commit is contained in:
redmatrix 2016-03-29 14:14:17 -07:00
parent f65ede9c38
commit e4f3605054
2 changed files with 4 additions and 1 deletions

View File

@ -91,6 +91,9 @@ function page_init(&$a) {
return;
}
if($r[0]['title'])
$a->page['title'] = escape_tags($r[0]['title']);
if($r[0]['item_type'] == ITEM_TYPE_PDL) {
require_once('include/comanche.php');
comanche_parser(get_app(),$r[0]['body']);

View File

@ -1 +1 @@
2016-03-28.1349H
2016-03-29.1350H