mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Add all tags to more menu by default
This commit is contained in:
parent
49b31770ce
commit
f39c8f84ca
2 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,7 @@ $settings->nav_links = [
|
||||||
// An array of additional links in the above format that will be shown under
|
// An array of additional links in the above format that will be shown under
|
||||||
// "More" subsection.
|
// "More" subsection.
|
||||||
$settings->nav_links_extra = [
|
$settings->nav_links_extra = [
|
||||||
|
[ "All Tags", "index.php?action=list-tags" ],
|
||||||
[ "Upload", "index.php?action=upload" ],
|
[ "Upload", "index.php?action=upload" ],
|
||||||
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ],
|
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ],
|
||||||
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ],
|
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ],
|
||||||
|
|
|
@ -166,6 +166,7 @@ $settings->nav_links = [
|
||||||
// An array of additional links in the above format that will be shown under
|
// An array of additional links in the above format that will be shown under
|
||||||
// "More" subsection.
|
// "More" subsection.
|
||||||
$settings->nav_links_extra = [
|
$settings->nav_links_extra = [
|
||||||
|
[ "All Tags", "index.php?action=list-tags" ],
|
||||||
[ "Upload", "index.php?action=upload" ],
|
[ "Upload", "index.php?action=upload" ],
|
||||||
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ],
|
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ],
|
||||||
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ],
|
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ],
|
||||||
|
|
Loading…
Reference in a new issue