2011-10-08 15:11:13 +04:00
|
|
|
<?php
|
|
|
|
/**
|
2012-02-22 19:04:17 +04:00
|
|
|
* Copyright (c) 2011 Marvin Thomas Rabe <mrabe@marvinrabe.de>
|
2011-10-08 15:11:13 +04:00
|
|
|
* 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">
|
2012-02-23 01:38:05 +04:00
|
|
|
<span class="bold"><?php echo $l->t('Bookmarklet <br />');?></span>
|
|
|
|
<?php
|
|
|
|
require_once('bookmarklet.php');
|
|
|
|
createBookmarklet();
|
|
|
|
?>
|
2011-10-08 15:11:13 +04:00
|
|
|
</fieldset>
|
|
|
|
</form>
|