Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Favicons stored inside the `favicons` folder.
### How can I add favicons to my Leed's theme?
#### Inside the side bar
/!\ `menu_pre_feed_link` hook needed.
`{if="isset($value->favicon)"}{$value->favicon}{/if}`
`{if="isset($value2['favicon'])"}{$value2['favicon']}{/if}`

#### Inside the main view
/!\ `event_pre_title` hook needed.
`{if="isset($value2['favicon'])"}{$value2['favicon']}{/if}`
`{if="isset($value->favicon)"}{$value->favicon}{/if}`

### Where can I find the the logs?
* Log files are located inside the 'logs' folder
Expand Down