summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 2b19b93f6..0c758f99a 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -1,12 +1,7 @@
-<div id="first-run">
- <div>
- <div class="helper"><h1><?php p($l->t('Add a feed')) ?></h1></div>
- <div class="title"><h1><?php p($l->t('There are no feeds yet. Go ahead and add some')) ?> :)</h1></div>
- <div class="helper"><h1><?php p($l->t('Import feeds and articles')) ?></h1></div>
- </div>
-</div>
+<?php print_unescaped($this->inc('part.content.firstrun')) ?>
<div news-auto-focus="#app-content"
+ id="articles"
ng-class="{compact: Content.isCompactView(), 'feed-view': Content.isFeed()}">
<div class="pull-to-refresh" ng-class="{'show-pull-to-refresh': showPullToRefresh}">
<button ng-click="Content.refresh()"><?php p($l->t('Refresh')) ?></button>