aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Plugin-System.md
diff options
context:
space:
mode:
authorArthur <arthur@hoa.ro>2016-05-14 12:11:57 +0200
committerArthur <arthur@hoa.ro>2016-05-14 12:11:57 +0200
commitebd67c6e1b40aebdd3a52285ce9ff9412b2a3038 (patch)
tree4e3a94b7469f5b2e3eaf946756235730429bf9d4 /doc/Plugin-System.md
parent3fdcc7bd47114776a5a8a280783529ee2dd690a1 (diff)
parent08dcd8ea58c07cd8258567ca14260aa18ba2660f (diff)
downloadShaarli-ebd67c6e1b40aebdd3a52285ce9ff9412b2a3038.tar.gz
Shaarli-ebd67c6e1b40aebdd3a52285ce9ff9412b2a3038.tar.zst
Shaarli-ebd67c6e1b40aebdd3a52285ce9ff9412b2a3038.zip
Merge pull request #567 from ArthurHoaro/v0.7.0v0.7.0
V0.7.0
Diffstat (limited to 'doc/Plugin-System.md')
-rw-r--r--doc/Plugin-System.md1
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>'
195List of placeholders: 195List 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