mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
Breadcrump seo links
This commit is contained in:
parent
96b852d56c
commit
79216f54cd
@ -367,7 +367,8 @@ class AdvsController extends PublicController
|
||||
if (!is_null($item)) {
|
||||
$categories['cat' . $i] = [
|
||||
'name' => $item->name,
|
||||
'id' => $item->id
|
||||
'id' => $item->id,
|
||||
'slug' => $item->slug
|
||||
];
|
||||
$categories_id[] = $item->id;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user