diff --git a/templates/list.php b/templates/list.php
index 1abdbb7f..9fe9ee7a 100644
--- a/templates/list.php
+++ b/templates/list.php
@@ -20,7 +20,7 @@
t('You have no bookmarks');
- require_once('bookmarklet.php');
+ require_once(OC::$APPSROOT . '/apps/bookmarks/templates/bookmarklet.php');
createBookmarklet();
?>