mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-01 02:52:09 +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'];
|
$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('requesttoken', OC_Util::callRegister());
|
||||||
$tmpl->assign('bookmark', $bm);
|
$tmpl->assign('bookmark', $bm);
|
||||||
$tmpl->assign('tags', json_encode($tags), false);
|
$tmpl->assign('tags', json_encode($tags), false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user