system/classes/template.class.php
Sat, 17 Oct 2009 19:54:49 +0200 The template class should really trigger our error handler instead of printing out error messages
Sun, 12 Apr 2009 16:15:38 +0200 Slightly faster template class (feature request #0000760, patches provided by dengen and mystral-kk)
Thu, 26 Jun 2008 00:26:43 +0000 Test for template was failing on windows when parm included the full path.
Sun, 25 Nov 2007 06:59:56 +0000 XHTML optional updates
Sun, 25 Feb 2007 20:36:58 +0000 A humble attempt to speed up the template class: Replaced one preg_replace with str_replace and the archaic reset/list/each with foreach.
Fri, 06 Jun 2003 19:09:50 +0000 Patch to avoid that confusing // in the path when a template file does not exist.
Wed, 27 Nov 2002 17:44:18 +0000 An update of the template class, taken from the PHPlib homepage.
Mon, 13 May 2002 16:17:56 +0000 Added phpdocu comments
Thu, 11 Apr 2002 15:49:49 +0000 Added fix for backslashes
Mon, 05 Nov 2001 21:24:51 +0000 Massive update of 1.3 codebase in preparation of beta release
Mon, 29 Oct 2001 18:27:48 +0000 This is the phplib template library. This is the only file from phplib that Geeklog uses