summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/templates/settings.php
blob: 31edf7478bfed53c5290ed207a387b840fa91b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Copyright (c) 2011 Marvin Thomas Rabe <mrabe@marvinrabe.de>
 * This file is licensed under the Affero General Public License version 3 or
 * later.
 * See the COPYING-README file.
 */
?>
<form id="bookmarks">
		<fieldset class="personalblock">
			<span class="bold"><?php echo $l->t('Bookmarklet <br />');?></span>
			<?php
			    require_once('bookmarklet.php');
			    createBookmarklet(); 
			?>
		</fieldset>
</form>