hunde menü nach home
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s

This commit is contained in:
Chris 2023-10-23 14:15:33 +02:00
parent e343bb8f48
commit 88ec74af75

View File

@ -6,7 +6,7 @@ class Dogs extends Page {
{ {
$this->menu_text = 'Meine Hunde'; $this->menu_text = 'Meine Hunde';
$this->menu_image = 'far fa-dog'; $this->menu_image = 'far fa-dog';
$this->menu_priority = 0; $this->menu_priority = 1;
} }
function setSubmenu() function setSubmenu()