Compare commits
2 Commits
69401646a6
...
4def89678e
Author | SHA1 | Date |
---|---|---|
buttle | 4def89678e | |
buttle | c986e12de6 |
|
@ -58,12 +58,12 @@ if (count($items[0]) == 0) {
|
|||
// we did not retrieve a menu from the wordpress site
|
||||
// let's create a default menu
|
||||
if ($wordpress_site) {
|
||||
$project_item = [
|
||||
$collections_item = [
|
||||
"id" => 1,
|
||||
"title" => "Project",
|
||||
"url" => $wordpress_site
|
||||
"title" => "Collections",
|
||||
"url" => "/"
|
||||
];
|
||||
$items[0][1] = $project_item;
|
||||
$items[0][1] = $collections_item;
|
||||
}
|
||||
$login_item = [
|
||||
"id" => 2,
|
||||
|
|
Loading…
Reference in New Issue