aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/docs/designers/language-custom-functions/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/docs/designers/language-custom-functions/index.md')
-rw-r--r--vendor/smarty/smarty/docs/designers/language-custom-functions/index.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/smarty/smarty/docs/designers/language-custom-functions/index.md b/vendor/smarty/smarty/docs/designers/language-custom-functions/index.md
new file mode 100644
index 000000000..81979654c
--- /dev/null
+++ b/vendor/smarty/smarty/docs/designers/language-custom-functions/index.md
@@ -0,0 +1,19 @@
+# Custom Functions
+
+Smarty comes with several custom plugin functions that you can use in
+the templates.
+
+- [{counter}](language-function-counter.md)
+- [{cycle}](language-function-cycle.md)
+- [{eval}](language-function-eval.md)
+- [{fetch}](language-function-fetch.md)
+- [{html_checkboxes}](language-function-html-checkboxes.md)
+- [{html_image}](language-function-html-image.md)
+- [{html_options}](language-function-html-options.md)
+- [{html_radios}](language-function-html-radios.md)
+- [{html_select_date}](language-function-html-select-date.md)
+- [{html_select_time}](language-function-html-select-time.md)
+- [{html_table}](language-function-html-table.md)
+- [{mailto}](language-function-mailto.md)
+- [{math}](language-function-math.md)
+- [{textformat}](language-function-textformat.md)