[Phpcms-plugins-cvs] smarty4phpCMS smarty4phpCMS.php,1.1.1.1,1.2
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2004-08-08 20:20:17
|
Update of /cvsroot/phpcms-plugins/smarty4phpCMS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12632 Modified Files: smarty4phpCMS.php Log Message: added textile-support Index: smarty4phpCMS.php =================================================================== RCS file: /cvsroot/phpcms-plugins/smarty4phpCMS/smarty4phpCMS.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- smarty4phpCMS.php 22 Apr 2004 08:06:45 -0000 1.1.1.1 +++ smarty4phpCMS.php 8 Aug 2004 20:20:08 -0000 1.2 @@ -45,6 +45,8 @@ define ('DEBUG', false); + include_once (dirname (__FILE__).'/modifier.textile.php'); + function smarty_modifier_capitalize($string) { return ucwords($string); |