summaryrefslogtreecommitdiffstats
path: root/templates/part.nofeeds.php
blob: 3a9c14b1475c132ed5f49395ce15d8bac873a118 (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="addfeedbtn" value="<?php echo $l->t('Add feed') ?>" />
		<input type="button" id="importopmlbtn" value="<?php echo $l->t('Import OPML') ?>" />
	</div>
</div>