[Koha-docs] [PATCH 2/2] Bug 12735: Koha as a CMS manual entry does not reflect bootstrap template usage.

Indranil Das Gupta indradg at gmail.com
Fri Aug 8 06:31:39 CEST 2014


Patch adds bootstrap template instructions to the 3.14 manual entry kohacms.html.
---
 en/manual.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/manual.xml b/en/manual.xml
index 01f4147..4551d4b 100644
--- a/en/manual.xml
+++ b/en/manual.xml
@@ -44957,13 +44957,13 @@ Items :
         <listitem>
           <para>At approximately line 33 change this code: </para>
 
-          <programlisting>template_name  => "opac-main.tt",</programlisting>
+          <programlisting>template_name  => "opac-main.tmpl",</programlisting>
         </listitem>
 
         <listitem>
           <para>To this code:</para>
 
-          <programlisting>template_name  => "pages.tt", </programlisting>
+          <programlisting>template_name  => "pages.tmpl", </programlisting>
         </listitem>
 
         <listitem>
-- 
1.8.1.2



More information about the Koha-docs mailing list