summaryrefslogtreecommitdiff
path: root/libs/plugins/function.counter.php
diff options
context:
space:
mode:
Diffstat (limited to 'libs/plugins/function.counter.php')
-rw-r--r--libs/plugins/function.counter.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/plugins/function.counter.php b/libs/plugins/function.counter.php
index 7c50bd44..3906badf 100644
--- a/libs/plugins/function.counter.php
+++ b/libs/plugins/function.counter.php
@@ -11,12 +11,12 @@
* Type: function<br>
* Name: counter<br>
* Purpose: print out a counter value
+ *
* @author Monte Ohrt <monte at ohrt dot com>
- * @link http://smarty.php.net/manual/en/language.function.counter.php {counter}
+ * @link http://www.smarty.net/manual/en/language.function.counter.php {counter}
* (Smarty online manual)
- * @param array parameters
- * @param Smarty
- * @param object $template template object
+ * @param array $params parameters
+ * @param Smarty_Internal_Template $template template object
* @return string|null
*/
function smarty_function_counter($params, $template)