mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-19 15:52:10 +01:00
Use base layout instead of empty for bookmarklet
This commit is contained in:
parent
69092b75ca
commit
adc705234f
@ -65,7 +65,7 @@ foreach($qtags as $tag) {
|
||||
$tags[] = $tag['tag'];
|
||||
}
|
||||
|
||||
$tmpl = new OCP\Template( 'bookmarks', 'addBm', 'empty' );
|
||||
$tmpl = new OCP\Template( 'bookmarks', 'addBm', 'base' );
|
||||
$tmpl->assign('requesttoken', OC_Util::callRegister());
|
||||
$tmpl->assign('bookmark', $bm);
|
||||
$tmpl->assign('tags', json_encode($tags), false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user