Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Raw page title is now available as a smarty variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaente committed Mar 27, 2018
1 parent 636ae4b commit a9810e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@

//Finally render everything
http_response_code($page->getResponseCode());
$page->assign('page_title', $page->getTitle());
$page->assign($MCONF['tpl_title'], $page->getTitle() . ' | ' . $MCONF['title']);
$page->assign($MCONF['tpl_content'], $page->getContent());
$page->assign($MCONF['tpl_webUri'], $MCONF['web_uri']);
Expand Down

0 comments on commit a9810e8

Please sign in to comment.