Add all tags to more menu by default

This commit is contained in:
Starbeamrainbowlabs 2015-12-12 20:25:03 +00:00
parent 49b31770ce
commit f39c8f84ca
2 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,7 @@ $settings->nav_links = [
// An array of additional links in the above format that will be shown under
// "More" subsection.
$settings->nav_links_extra = [
[ "All Tags", "index.php?action=list-tags" ],
[ "Upload", "index.php?action=upload" ],
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ],
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ],

View File

@ -166,6 +166,7 @@ $settings->nav_links = [
// An array of additional links in the above format that will be shown under
// "More" subsection.
$settings->nav_links_extra = [
[ "All Tags", "index.php?action=list-tags" ],
[ "Upload", "index.php?action=upload" ],
[ $settings->admindisplaychar . "Delete", "index.php?action=delete&page={page}" ],
[ $settings->admindisplaychar . "Move", "index.php?action=move&page={page}" ],