summaryrefslogtreecommitdiffstats
path: root/templates/part.content.firstrun.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.firstrun.php')
-rw-r--r--templates/part.content.firstrun.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/part.content.firstrun.php b/templates/part.content.firstrun.php
deleted file mode 100644
index 0ed8a9f1e..000000000
--- a/templates/part.content.firstrun.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php if ($_['cronWarning'] !== 'ajaxCron') { ?>
- <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 }; ?> \ No newline at end of file