DokuWiki

It's better when it's simple

User Tools

Site Tools


include_hooks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
include_hooks [2015-10-03 20:51] Aleksandrinclude_hooks [2021-04-01 16:00] – [Table] annda
Line 3: Line 3:
 Include Hooks -- a simple way to add static content to the installation of DokuWiki without writing your own template. You can use them to add to each page of a standard header or logo or a copyright at the bottom of the page. Include Hooks -- a simple way to add static content to the installation of DokuWiki without writing your own template. You can use them to add to each page of a standard header or logo or a copyright at the bottom of the page.
  
-The default template DokuWiki searches for files with certain names in the directory ''lib/tpl/default/'' and just include them in the right place on the page. You can include any HTML code within the following list of files.+The default template DokuWiki searches for files with certain names in the directory ''lib/tpl/default/'' and includes them in the right place on the page. You can include any HTML code within the following list of files.
  
 ===== Available Hooks ===== ===== Available Hooks =====
  
-All files must be located in the template directory e.g. ''lib/tpl/dokuwiki/''+The files can be located in the template directory e.g. ''lib/tpl/dokuwiki/'' or in the main configuration directory ''conf/''.
  
-^ File Name       ^ Position of included HTML ^ +^ File Name           ^ Position of included HTML                                                 
-| meta.html       | Inside the HTML <head>, use this to add additional styles or metaheaders | +| meta.html           | Inside the HTML <head>, use this to add additional styles or metaheaders  
-| topheader.html  | At the very top of the page right after the <body> tag | +| topheader.html      | At the very top of the page right after the <body> tag                    
-| header.html     | Above the upper blue bar, below the [[pagename]] and wiki title | +| header.html         | Above the upper blue bar, below the [[pagename]] and wiki title           | 
-| pageheader.html | Below the [[breadcrumbs]], above the actual content | +| sidebarheader.html  | At the top  of the sidebar                                                | 
-| pagefooter.html | Above the lower blue bar, below the last changed Date | +| sidebarfooter.html  | At the bottom of the sidebar                                              
-| footer.html     | At the very end of the page just before the </body> tag |+| pageheader.html     | Below the [[breadcrumbs]], above the actual content                       
 +| pagefooter.html     | Above the lower blue bar, below the last changed Date                     
 +| footer.html         | At the very end of the page just before the </body> tag                   |
  
 ===== See also ===== ===== See also =====
  
   * [[devel:templates|DokuWiki template development]]   * [[devel:templates|DokuWiki template development]]
include_hooks.txt · Last modified: 2023-09-24 00:01 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki