This commit is contained in:
Joey Kimsey
2024-12-26 13:39:59 -05:00
parent 900ca8a691
commit ccc134d1b2
33 changed files with 270 additions and 104 deletions

View File

@ -46,7 +46,7 @@ class Bookmarks extends Plugin {
],
[
'text' => 'Tutorials',
'url' => '{ROOT_URL}bookmarks/tutorials',
'url' => '{ROOT_URL}tutorials',
'filter' => 'bkmtuts',
],
[
@ -57,7 +57,7 @@ class Bookmarks extends Plugin {
public $info_footer_links = [
[
'text' => 'Tutorials',
'url' => '{ROOT_URL}bookmarks/tutorials',
'url' => '{ROOT_URL}tutorials',
],
];
public $configMatrix = [