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