Skip to content

Commit

Permalink
Merge pull request #2098 from bttrx/patch-1
Browse files Browse the repository at this point in the history
Fix typos in special data example
  • Loading branch information
nodiscc authored Sep 29, 2024
2 parents 84e00e7 + a4ab290 commit d9e6f2a
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 d9e6f2a

Please sign in to comment.