diff options
author | friendica <info@friendica.com> | 2014-02-24 20:46:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-24 20:46:52 -0800 |
commit | 2becbae4022f6c418aa455e7477c00560bcd8b41 (patch) | |
tree | 88bc6a32ec995c0ce2abb20d6f64cfaa12d2800a /boot.php | |
parent | fdb25f3450a636b28aa640d096ae4feed308086e (diff) | |
download | volse-hubzilla-2becbae4022f6c418aa455e7477c00560bcd8b41.tar.gz volse-hubzilla-2becbae4022f6c418aa455e7477c00560bcd8b41.tar.bz2 volse-hubzilla-2becbae4022f6c418aa455e7477c00560bcd8b41.zip |
remote "add bookmark" - like rpost but saves a bookmark from a remote hub into one of your own bookmark folders (or a new one if desired).
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -307,9 +307,9 @@ define ( 'ATTACH_FLAG_OS', 0x0002); -define ( 'MENU_ITEM_ZID', 0x0001); -define ( 'MENU_ITEM_NEWWIN', 0x0002); - +define ( 'MENU_ITEM_ZID', 0x0001); +define ( 'MENU_ITEM_NEWWIN', 0x0002); +define ( 'MENU_ITEM_CHATROOM', 0x0004); /** * Poll/Survey types |