diff --git a/Config_File.class.php b/Config_File.class.php index 3c9e7648..484c7513 100644 --- a/Config_File.class.php +++ b/Config_File.class.php @@ -8,6 +8,8 @@ require_once "PEAR.php"; * @version 1.0 * @author Andrei Zmievski * @access public + * + * Copyright: 2001, ispi Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Smarty.addons.php b/Smarty.addons.php index 2dab61df..ad1b4396 100644 --- a/Smarty.addons.php +++ b/Smarty.addons.php @@ -4,8 +4,9 @@ * Project: Smarty: the PHP compiled template engine * File: Smarty.addons.php * Author: Monte Ohrt - * Andrei Zmievski - * Version: 1.0 + * Andrei Zmievski + * Version: 1.0b + * Copyright: 2001 ispi, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/Smarty.class.php b/Smarty.class.php index cf673a14..8bf41d82 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -7,7 +7,8 @@ * * Andrei Zmievski * parsing engine rewrite and a lot more - * Version: 1.0 + * Version: 1.0b + * Copyright: 2001 ispi, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/docs.sgml b/docs.sgml index 07aaf065..ac63e8cb 100644 --- a/docs.sgml +++ b/docs.sgml @@ -1,4 +1,4 @@ - + Smarty - the compiling PHP template engine @@ -639,7 +639,7 @@ Intro = """This is a value that spans more - Values of config file variables can be in qoutes, but not necessary. + Values of config file variables can be in quotes, but not necessary. You can use either single or double quotes. If you have a value that spans more than one line, enclose the entire value with triple quotes ("""). You can put comments into config files by any syntax that is @@ -861,7 +861,7 @@ Intro = """This is a value that spans more ... {/if} -{* test if var is divisable by 4 *} +{* test if var is divisible by 4 *} {if $var is div by 4} ... {/if} diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 3c9e7648..484c7513 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -8,6 +8,8 @@ require_once "PEAR.php"; * @version 1.0 * @author Andrei Zmievski * @access public + * + * Copyright: 2001, ispi Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index cf673a14..8bf41d82 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -7,7 +7,8 @@ * * Andrei Zmievski * parsing engine rewrite and a lot more - * Version: 1.0 + * Version: 1.0b + * Copyright: 2001 ispi, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License