Diff for /Amaya/amaya/templates.c between versions 1.18 and 1.19

version 1.18, 2001/03/16 17:14:01 version 1.19, 2002/06/06 13:59:49
Line 1 Line 1
 /*  /*
  *   *
  *  COPYRIGHT MIT and INRIA, 1996-2001.   *  COPYRIGHT MIT and INRIA, 1996-2002
  *  Please first read the full copyright statement in file COPYRIGHT.   *  Please first read the full copyright statement in file COPYRIGHT.
  *   *
  */   */
Line 38  void NewTemplate (Document doc, View vie Line 38  void NewTemplate (Document doc, View vie
   
   url = TtaGetEnvString ("TEMPLATE_URL");    url = TtaGetEnvString ("TEMPLATE_URL");
   if (url)    if (url)
     GetHTMLDocument (url, NULL, 0, 0, CE_ABSOLUTE, FALSE, NULL, NULL);      GetAmayaDoc (url, NULL, 0, 0, CE_ABSOLUTE, FALSE, NULL, NULL,
                    TtaGetDefaultCharset ());
 }  }
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
    OpenTemplateDocument: Process the meta of a template document,     OpenTemplateDocument: Process the meta of a template document,

Removed from v.1.18  
changed lines
  Added in v.1.19


Webmaster