Skip to content

Commit

Permalink
Fix typos in special data example
Browse files Browse the repository at this point in the history
  • Loading branch information
bttrx authored Sep 29, 2024
1 parent 84e00e7 commit a4ab290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/md/dev/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,8 @@ Complete list:
Example:

```php
if ($data['_PAGE_'] === TemplatePage::LINKLIST && $data['LOGGEDIN'] === true) {
// Do something for logged in users when the link list is rendered
if ($data['_PAGE_'] === TemplatePage::LINKLIST && $data['_LOGGEDIN_'] === true) {
// Do something for logged-in users when the link list is rendered
}
```

Expand Down

0 comments on commit a4ab290

Please sign in to comment.