summaryrefslogtreecommitdiffstats
path: root/templates/part.content.firstrun.php
blob: 0ed8a9f1ebd9124c5e10932748465c373ded63e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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 }; ?>