summaryrefslogtreecommitdiffstats
path: root/templates/part.content.firstrun.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-20 17:24:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-20 17:24:42 +0200
commit7a2aad550137ab5ea9d401b059b2a2069ed0801b (patch)
tree9e70b2f370adea7e61b8fdcb7d9d8813c29e2ac1 /templates/part.content.firstrun.php
parent569406f2d3320ee870160bbcd3a1ad8df5346ea5 (diff)
add keyboard shortcuts
Diffstat (limited to 'templates/part.content.firstrun.php')
-rw-r--r--templates/part.content.firstrun.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/part.content.firstrun.php b/templates/part.content.firstrun.php
new file mode 100644
index 000000000..17d0b22ff
--- /dev/null
+++ b/templates/part.content.firstrun.php
@@ -0,0 +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> \ No newline at end of file