Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ge1i0N committed Dec 16, 2022
1 parent 8dbb1c6 commit dad817b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,16 @@

```php
$options = [
'DIV' => 'settings',
'TAB' => 'Новая вкладка',
'TITLE' => 'Новая вкладка',
'ICON' => '',
'GROUPS' => [
'GROUP_CODE' => [
'TITLE' => 'Название группы',
'OPTIONS' => []
[
'DIV' => 'settings',
'TAB' => 'Новая вкладка',
'TITLE' => 'Новая вкладка',
'ICON' => '',
'GROUPS' => [
'GROUP_CODE' => [
'TITLE' => 'Название группы',
'OPTIONS' => []
],
],
],
];
Expand Down

0 comments on commit dad817b

Please sign in to comment.