diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-05-14 11:37:28 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-05-14 11:37:28 +0200 |
commit | 08dcd8ea58c07cd8258567ca14260aa18ba2660f (patch) | |
tree | 4e3a94b7469f5b2e3eaf946756235730429bf9d4 /doc/Plugin-System.md | |
parent | c01bd08eafe2bf52b02c3f285c7543b8d559dce1 (diff) | |
download | Shaarli-08dcd8ea58c07cd8258567ca14260aa18ba2660f.tar.gz Shaarli-08dcd8ea58c07cd8258567ca14260aa18ba2660f.tar.zst Shaarli-08dcd8ea58c07cd8258567ca14260aa18ba2660f.zip |
Doc update
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
Diffstat (limited to 'doc/Plugin-System.md')
-rw-r--r-- | doc/Plugin-System.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Plugin-System.md b/doc/Plugin-System.md index 8281e61d..623627dd 100644 --- a/doc/Plugin-System.md +++ b/doc/Plugin-System.md | |||
@@ -195,6 +195,7 @@ Items can be displayed in templates by adding an entry in `$data['<placeholder>' | |||
195 | List of placeholders: | 195 | List of placeholders: |
196 | 196 | ||
197 | * `text`: called after the end of the footer text. | 197 | * `text`: called after the end of the footer text. |
198 | * `endofpage`: called at the end of the page. | ||
198 | 199 | ||
199 | ![text_example](http://i.imgur.com/L5S2YEH.png)[](.html) | 200 | ![text_example](http://i.imgur.com/L5S2YEH.png)[](.html) |
200 | 201 | ||