1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-02-07 06:54:15 +01:00

some fixes fore movable apps

This commit is contained in:
Georg Ehrke 2012-04-26 14:52:55 +02:00
parent b4b018b544
commit 7c97c58757

View File

@ -20,7 +20,7 @@
<div id="firstrun" style="display: none;"> <div id="firstrun" style="display: none;">
<?php <?php
echo $l->t('You have no bookmarks'); echo $l->t('You have no bookmarks');
require_once('bookmarklet.php'); require_once(OC::$APPSROOT . '/apps/bookmarks/templates/bookmarklet.php');
createBookmarklet(); createBookmarklet();
?> ?>
</div> </div>