summaryrefslogtreecommitdiffstats
path: root/templates/part.nofeeds.php
blob: 070c90c60850f70c0a58ac841fd67e62a9102a96 (plain)
1
2
3
4
5
6
7
8
<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="addfeed" value="<?php echo $l->t('Add feed') ?>" />
		<input type="button" value="<?php echo $l->t('Import OPML') ?>" />
	</div>
</div>