1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-24 08:15:48 +02:00
Nextcloud-News/templates/part.nofeeds.php
2012-08-12 14:52:00 -04:00

8 lines
346 B
PHP

<div id="appsettings" class="popup bottomleft hidden"></div>
<div id="firstrun">
<?php echo $l->t('You have no feeds in your reader.') ?>
<div id="selections">
<input type="button" id="addfeedbtn" value="<?php echo $l->t('Add feed') ?>" />
<input type="button" id="importopmlbtn" value="<?php echo $l->t('Import OPML') ?>" />
</div>
</div>