mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Add upload to More... menu
This commit is contained in:
parent
1d91b3ed81
commit
124c9f526e
2 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,7 @@ $settings->nav_links = [
|
|||
// An array of additional links in the above format that will be shown under
|
||||
// "More" subsection.
|
||||
$settings->nav_links_extra = [
|
||||
[ "Upload", "index.php?action=upload" ],
|
||||
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ],
|
||||
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ],
|
||||
[ $settings->admindisplaychar . "Toggle Protection", "index.php?action=protect&page={page}" ]
|
||||
|
|
|
@ -152,6 +152,7 @@ $settings->nav_links = [
|
|||
// An array of additional links in the above format that will be shown under
|
||||
// "More" subsection.
|
||||
$settings->nav_links_extra = [
|
||||
[ "Upload", "index.php?action=upload" ],
|
||||
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ],
|
||||
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ],
|
||||
[ $settings->admindisplaychar . "Toggle Protection", "index.php?action=protect&page={page}" ]
|
||||
|
|
Loading…
Reference in a new issue