1==== Include Hooks ====
2
3Include hooks allow you to add additional HTML or PHP to the template without modifying any of the template files itself, making them safe to survive an update. Just create the appropriate file in either the template directory (''lib/tpl/<template>/'') or your ''conf/'' directory.
4
5=== Available Hooks ===
6
7^ Filename               ^ Position of included HTML                                                ^
8| ''meta.html''          | Inside the HTML <head>, use this to add additional styles or metaheaders |
9| ''sidebarheader.html'' | At the top of the sidebar (if any) |
10| ''sidebarfooter.html'' | At the bottom of the sidebar (if any) |
11| ''pageheader.html''    | At the top inside the content box, above the actual content |
12| ''pagefooter.html''    | At the bottom inside the content box, below the actual content |
13| ''header.html''        | At the top of the page, above the logo and wiki title |
14| ''footer.html''        | At the very end of the page after all other page content |
15
16=== See Also ===
17  * [[doku>template:dokuwiki]]
18