diff --git a/koha-tmpl/templates.readme b/koha-tmpl/templates.readme index 45cb5e6c0..2a48ed50b 100644 --- a/koha-tmpl/templates.readme +++ b/koha-tmpl/templates.readme @@ -119,6 +119,16 @@ make comments and contributions to this file. 6. Templating stuff in Koha + +# FIXME +# pathtotemplate() call has been replaced with get_template_and_user() call +# +# This section should be rewritten to describe the new interface. +# +# In the meantime, look at an example script like member.pl or search.pl +# +# + This section is to describe scripts, modules and functions within them to handle with themes, languages and other templating stuff.