summaryrefslogtreecommitdiffstats
path: root/templates/part.nofeeds.php
blob: c1e6393212dc398c1c95e3ae3245286f69258e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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') ?>" /><br />
		<input type="button" id="importopmlbtn" value="<?php echo $l->t('Import OPML') ?>" />
	</div>
	<div>
	<?php
	require_once(OC_App::getAppPath('news') .'/templates/bookmarklet.php');
	echo $l->t('Or... ');
	?>
	<div>
	<?php createBookmarklet(); ?>
	</div>
	</div>
</div>