diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-13 07:28:40 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-13 07:28:40 +1100 |
commit | 69509f2a2aee10492a67c1de54c5e6682ecba42d (patch) | |
tree | 4d9ac29648f2b6f57e0a8b1445232dee8748e880 /Zotlabs | |
parent | ebef7d634822d78c39319685a614b72762e123a2 (diff) | |
parent | da5b9d5c743cfb51dfbea7a79feba463b4331aa5 (diff) | |
download | volse-hubzilla-69509f2a2aee10492a67c1de54c5e6682ecba42d.tar.gz volse-hubzilla-69509f2a2aee10492a67c1de54c5e6682ecba42d.tar.bz2 volse-hubzilla-69509f2a2aee10492a67c1de54c5e6682ecba42d.zip |
Merge pull request #582 from anaqreon/wiki
Revised wiki controls
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Wiki.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Wiki.php b/Zotlabs/Module/Wiki.php index aaa1f1e3d..b73244a1c 100644 --- a/Zotlabs/Module/Wiki.php +++ b/Zotlabs/Module/Wiki.php @@ -211,6 +211,8 @@ class Wiki extends \Zotlabs\Web\Controller { '$wikiheaderPage' => $wikiheaderPage, '$hideEditor' => $hide_editor, '$showPageControls' => $showPageControls, + '$tools_label' => 'Wiki Tools', + '$showTools' => $showNewWikiButton || $showNewPageButton, '$showNewWikiButton'=> $showNewWikiButton, '$showNewPageButton'=> $showNewPageButton, '$hidePageHistory' => $hidePageHistory, |