diff --git a/administrator/components/com_menus/tmpl/items/default.php b/administrator/components/com_menus/tmpl/items/default.php index f4d0644db8e41..3a3c6112d98f0 100644 --- a/administrator/components/com_menus/tmpl/items/default.php +++ b/administrator/components/com_menus/tmpl/items/default.php @@ -170,7 +170,11 @@ id); ?> - published, $i, 'items.', $canChange, 'cb', $item->publish_up, $item->publish_down); ?> + protected ? 3 : $item->published; + echo HTMLHelper::_('menus.state', $published, $i, $canChange && !$item->protected, 'cb', $item->publish_up, $item->publish_down); + ?> $item->level)); ?>