Koha as a CMS should refer to .tt files, not .tmpl
authorJonathan Druart <jonathan.druart@gmail.com>
Thu, 9 Nov 2017 16:41:42 +0000 (13:41 -0300)
committerJonathan Druart <jonathan.druart@gmail.com>
Thu, 9 Nov 2017 16:42:11 +0000 (13:42 -0300)
en/source/17_miscellaneous.rst

index ec8097d..0f18ba0 100644 (file)
@@ -1678,13 +1678,13 @@ easily add pages, and do not want to support a complete CMS.
 
    ::
 
-       template_name  => "opac-main.tmpl",
+       template_name  => "opac-main.tt",
 
 -  To this code:
 
    ::
 
-       template_name  => "pages.tmpl",
+       template_name  => "pages.tt",
 
 -  At approximately line 62 after this code:
 
@@ -1802,7 +1802,7 @@ remove the following code from your pages.tt template.
 Troubleshooting
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-If you have problems check file permissions on pages.pl and pages.tmpl.
+If you have problems check file permissions on pages.pl and pages.tt.
 They should have the same user and group as other Koha files like
 opac-main.pl.