doc/book/en/B1060-templates.en.txt
changeset 1191 216141cf47a3
parent 856 fdd1743c57ce
child 1222 0d5035525a23
--- a/doc/book/en/B1060-templates.en.txt	Mon Mar 30 09:32:16 2009 +0200
+++ b/doc/book/en/B1060-templates.en.txt	Mon Mar 30 14:27:19 2009 +0200
@@ -84,7 +84,7 @@
 
 ::
 
- from ginco.web.views.basetemplates import HTMLPageHeader
+ from cubicweb.web.views.basetemplates import HTMLPageHeader
  class MyHTMLPageHeader(HTMLPageHeader):
     def main_header(self, view):
         """build the top menu with authentification info and the rql box"""
@@ -143,7 +143,7 @@
 for HTMLPageFooter and override it in your views file as in : 
 ::
 
-  form ginco.web.views.basetemplates import HTMLPageFooter
+  form cubicweb.web.views.basetemplates import HTMLPageFooter
   class MyHTMLPageFooter(HTMLPageFooter):
       def call(self, **kwargs):
           self.w(u'<div class="footer">')
@@ -211,5 +211,5 @@
 
 [TODO]
 Rajouter une section pour definir la terminologie utilisee.
-Dans ginco-doc rajouter une section pour cubciweb-ctl shell ou
+Dans cubicweb-doc rajouter une section pour cubciweb-ctl shell ou
 on liste les commandes dispos.