summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-31 01:34:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-31 01:34:08 +0200
commit0675405a8cb0a35797e4f0b96bd9072986bd1507 (patch)
treef8cd6825daa2cdd12d00be5ea3bcfe3b3c289225 /templates/main.php
parent82f0a877a001ead0bd0cdd76d96fe46a071535d8 (diff)
show unreadcount in title
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index d0cac8fa6..e2679115a 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -22,6 +22,7 @@
<!-- navigation -->
<div id="app-navigation" ng-controller="NavigationController as Navigation" ng-hide="App.loading.isLoading('global')">
+ <news-title-unread-count unread-count="{{ Navigation.getUnreadCount() }}"></news-title-unread-count>
<ul class="with-icon" data-folder-id="0" news-droppable>
<?php print_unescaped($this->inc('part.addnew')) ?>