mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Added recent changes link to "More..." menu.
This commit is contained in:
parent
be2daaa5cc
commit
3fcbbd8a5e
2 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,7 @@ $settings->nav_links = [
|
||||||
// "More" subsection.
|
// "More" subsection.
|
||||||
$settings->nav_links_extra = [
|
$settings->nav_links_extra = [
|
||||||
[ "🎫 All Tags", "index.php?action=list-tags" ],
|
[ "🎫 All Tags", "index.php?action=list-tags" ],
|
||||||
|
[ "Recent changes", "?action=recent-changes" ],
|
||||||
[ "🡅 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}" ],
|
||||||
|
|
|
@ -159,6 +159,7 @@ $settings->nav_links = [
|
||||||
// "More" subsection.
|
// "More" subsection.
|
||||||
$settings->nav_links_extra = [
|
$settings->nav_links_extra = [
|
||||||
[ "🎫 All Tags", "index.php?action=list-tags" ],
|
[ "🎫 All Tags", "index.php?action=list-tags" ],
|
||||||
|
[ "Recent changes", "?action=recent-changes" ],
|
||||||
[ "🡅 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