Skip to content

Commit

Permalink
CS-5658: add title for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ahilles107 committed May 7, 2015
1 parent d125772 commit 6b33911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newscoop/admin-files/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
))
->getQuery()
->getSingleScalarResult();

$controller->view->headTitle($translator->trans('Dashboard', array(), 'home').' - Newscoop Admin', 'SET');
echo '<div class="toolbar clearfix"><span class="article-title">';
echo $translator->trans('Dashboard', array(), 'home');
echo '</span>';
Expand Down

0 comments on commit 6b33911

Please sign in to comment.