Revision 62cdbf62
Added by jeroen van breedam over 9 years ago
src/usr/local/www/pkg_edit.php | ||
---|---|---|
517 | 517 |
|
518 | 518 |
//breadcrumb |
519 | 519 |
if ($pkg['title'] != "") { |
520 |
$edit = ($only_edit ? '' : " / " . gettext("Edit")); |
|
521 |
$pgtitle = array($pkg['title'], $edit); |
|
520 |
if(!$only_edit) { |
|
521 |
$pgtitle = array($pkg['title'], gettext("Edit")); |
|
522 |
} else { |
|
523 |
$pgtitle = array($pkg['title']); |
|
524 |
} |
|
522 | 525 |
} else { |
523 | 526 |
$pgtitle = array(gettext("Package Editor")); |
524 | 527 |
} |
Also available in: Unified diff
problem with $only_edit