* Code for program menu link.

This commit is contained in:
sunguangming
2023-07-14 08:56:25 +08:00
parent 02e01d3692
commit 4738e35e3c
+5 -3
View File
@@ -12,9 +12,11 @@ declare(strict_types=1);
namespace zin;
$topItem = array();
$topItem['id'] = 0;
$topItem['type'] = 'program';
$topItem['text'] = $lang->program->common;
$topItem['id'] = 0;
$topItem['type'] = 'program';
$topItem['text'] = $lang->program->common;
$topItem['url'] = false;
$topItem['label'] = false;
$data[0] = $topItem;