diff options
| author | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2010-11-13 04:10:52 +0000 |
|---|---|---|
| committer | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2010-11-13 04:10:52 +0000 |
| commit | fe63ad36b83ae7c3b6e72b3b7e7ad1ce8bfefdad (patch) | |
| tree | 7e3ccd646f2e0191c7b88cd3da29c455789846ab /libs/plugins/function.html_table.php | |
| parent | 3c04e4ff374969a19cf49e0c4ac602d916d2e2fe (diff) | |
| download | smarty-fe63ad36b83ae7c3b6e72b3b7e7ad1ce8bfefdad.tar.gz smarty-fe63ad36b83ae7c3b6e72b3b7e7ad1ce8bfefdad.tar.bz2 smarty-fe63ad36b83ae7c3b6e72b3b7e7ad1ce8bfefdad.zip | |
- reverted location of loadPlugin() to Smarty class
- fixed comments in plugins
Diffstat (limited to 'libs/plugins/function.html_table.php')
| -rw-r--r-- | libs/plugins/function.html_table.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/plugins/function.html_table.php b/libs/plugins/function.html_table.php index 6752221a..7986a9bc 100644 --- a/libs/plugins/function.html_table.php +++ b/libs/plugins/function.html_table.php @@ -44,7 +44,6 @@ * - hdir = horizontal direction (default: "right", means left-to-right) * - inner = inner loop (default "cols": print $loop line by line, * $loop will be printed column by column otherwise) - * @param object $smarty Smarty object * @param object $template template object * @return string */ |
