mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -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)) {
|
if (!is_null($item)) {
|
||||||
$categories['cat' . $i] = [
|
$categories['cat' . $i] = [
|
||||||
'name' => $item->name,
|
'name' => $item->name,
|
||||||
'id' => $item->id
|
'id' => $item->id,
|
||||||
|
'slug' => $item->slug
|
||||||
];
|
];
|
||||||
$categories_id[] = $item->id;
|
$categories_id[] = $item->id;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user