Crumbtail bugfix2
This commit is contained in:
parent
9cf881bad9
commit
3a4dea762c
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ sub _recurseCrumbTrail {
|
|||
if ($data{assetId}) {
|
||||
$output .= _recurseCrumbTrail($data{parentId});
|
||||
}
|
||||
if ($data{assetId} ne "PBasset000000000000001") {
|
||||
if ($data{assetId} ne "PBasset000000000000001" && $data{menuTitle}) {
|
||||
$output .= '<a class="crumbTrail" href="'.WebGUI::URL::gateway($data{url})
|
||||
.'">'.$data{menuTitle}.'</a> > ';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue