add page title to the html title
This commit is contained in:
parent
f65ede9c38
commit
e4f3605054
@ -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']);
|
||||
|
@ -1 +1 @@
|
||||
2016-03-28.1349H
|
||||
2016-03-29.1350H
|
||||
|
Reference in New Issue
Block a user