Guest User

Untitled

a guest
Dec 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // Set Page title
  2. $GLOBALS['TSFE']->page['title'] = $article->getTitle();
  3. // Set Title if IS is used
  4. $GLOBALS['TSFE']->indexedDocTitle = $article->getTitle();
  5. $this->view->assign('article', $article);
Add Comment
Please, Sign In to add comment