mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-04 19:54:14 +02:00
update version in class, update docs for count_ and new vars
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* Author: Monte Ohrt <monte@ispi.net>
|
||||
* Andrei Zmievski <andrei@ispi.net>
|
||||
*
|
||||
* Version: 1.3.1pl1
|
||||
* Version: 1.3.2
|
||||
* Copyright: 2001 ispi of Lincoln, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
@@ -108,7 +108,7 @@ class Smarty
|
||||
);
|
||||
|
||||
|
||||
var $version = "1.3.1pl1"; // Smarty version number
|
||||
var $version = "1.3.2"; // Smarty version number
|
||||
var $show_info_header = true; // display info header at top of page output
|
||||
|
||||
// internal vars
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Author: Monte Ohrt <monte@ispi.net>
|
||||
* Andrei Zmievski <andrei@ispi.net>
|
||||
*
|
||||
* Version: 1.3.1pl1
|
||||
* Version: 1.3.2
|
||||
* Copyright: 2001 ispi of Lincoln, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
||||
Reference in New Issue
Block a user