diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-09-27 14:15:37 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-09-27 14:15:37 +0200 |
commit | b28851a117de5a4a92a5c50b1f9738a6b6181d8d (patch) | |
tree | 989ebc71650ded3afb512d8a8474083f4a0584ed /stupid_template_engine.php | |
parent | 3d4682d818226e585096b7428b2069eafdf7f27a (diff) | |
download | ste-b28851a117de5a4a92a5c50b1f9738a6b6181d8d.tar.gz ste-b28851a117de5a4a92a5c50b1f9738a6b6181d8d.tar.bz2 ste-b28851a117de5a4a92a5c50b1f9738a6b6181d8d.zip |
Fixed documentation and excluded NaturalDocs' project data.
Diffstat (limited to 'stupid_template_engine.php')
-rw-r--r-- | stupid_template_engine.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stupid_template_engine.php b/stupid_template_engine.php index c77e5d8..2be4f79 100644 --- a/stupid_template_engine.php +++ b/stupid_template_engine.php @@ -1121,7 +1121,7 @@ class STECore } /* - * Function set_var_by_name + * Function: set_var_by_name * Set a template variable by its name. * This can be used,if your custom tag takes a variable name as a parameter. * |