====== Include Hooks ====== DokuWiki has a mechanism to modify he appearance of wiki pages by including static HTML snippets in certain places. The names and places where these files can be inserted depend on the template you use. The files have to be placed into directory ''lib/tpl/nuropa/'' and they all should end with the ''.html'' file extension. ===== Available hooks ===== ^ Section ^ Filename ^ Description ^ ^ Toolbar | ''toolbar-pre'' | //Before// the left-hand item | ^ ::: | ''toolbar-post'' | //After// the left-hand item | ^ Searchbar | ''sitelogo'' | Replaces the site logo((Controlled by the ''sitelogo'' setting in the template settings.)) | ^ ::: | ''searchbar-pre'' | // Before// the right-hand tool | ^ ::: | ''searchbar-post'' | //After// the right-hand tool | ^ Titlebar | ''title'' | Replaces the main page title((Controlled by the ''pageheadline'' setting in the template settings.)) | ^ Footer | ''footer'' | //Before// the license info block | ^ ::: | ''licenseinfo'' | //Inside// the license info block | FIXME **Add other hooks here.** ===== More information ===== * [[doku>include_hooks|Include Hooks]] on //DokuWiki.org//