diff --git a/libs/plugins/block.textformat.php b/libs/plugins/block.textformat.php index fed090e4..6f3f2254 100644 --- a/libs/plugins/block.textformat.php +++ b/libs/plugins/block.textformat.php @@ -20,7 +20,7 @@ * - indent_char - string (" ") * - wrap_boundary - boolean (true) * - * @link https://www.smarty.net/manual/en/language.function.textformat.php {textformat} + * @link https://www.smarty.net/docs/en/language.function.textformat.php {textformat} * (Smarty online manual) * * @param array $params parameters diff --git a/libs/plugins/function.counter.php b/libs/plugins/function.counter.php index 54795459..15871050 100644 --- a/libs/plugins/function.counter.php +++ b/libs/plugins/function.counter.php @@ -12,7 +12,7 @@ * Purpose: print out a counter value * * @author Monte Ohrt - * @link https://www.smarty.net/manual/en/language.function.counter.php {counter} + * @link https://www.smarty.net/docs/en/language.function.counter.php {counter} * (Smarty online manual) * * @param array $params parameters diff --git a/libs/plugins/function.cycle.php b/libs/plugins/function.cycle.php index 79356999..29f49f77 100644 --- a/libs/plugins/function.cycle.php +++ b/libs/plugins/function.cycle.php @@ -28,7 +28,7 @@ * {cycle name=row values="one,two,three" reset=true} * {cycle name=row} * - * @link https://www.smarty.net/manual/en/language.function.cycle.php {cycle} + * @link https://www.smarty.net/docs/en/language.function.cycle.php {cycle} * (Smarty online manual) * @author Monte Ohrt * @author credit to Mark Priatel diff --git a/libs/plugins/function.fetch.php b/libs/plugins/function.fetch.php index 4a3e8819..5ba06ffd 100644 --- a/libs/plugins/function.fetch.php +++ b/libs/plugins/function.fetch.php @@ -11,7 +11,7 @@ * Name: fetch * Purpose: fetch file, web or ftp data and display results * - * @link https://www.smarty.net/manual/en/language.function.fetch.php {fetch} + * @link https://www.smarty.net/docs/en/language.function.fetch.php {fetch} * (Smarty online manual) * @author Monte Ohrt * diff --git a/libs/plugins/function.html_checkboxes.php b/libs/plugins/function.html_checkboxes.php index a8e7a07d..815f1803 100644 --- a/libs/plugins/function.html_checkboxes.php +++ b/libs/plugins/function.html_checkboxes.php @@ -29,7 +29,7 @@ * - assign (optional) - assign the output as an array to this variable * - escape (optional) - escape the content (not value), defaults to true * - * @link https://www.smarty.net/manual/en/language.function.html.checkboxes.php {html_checkboxes} + * @link https://www.smarty.net/docs/en/language.function.html.checkboxes.php {html_checkboxes} * (Smarty online manual) * @author Christopher Kvarme * @author credits to Monte Ohrt diff --git a/libs/plugins/function.html_image.php b/libs/plugins/function.html_image.php index 71bc6386..c83b53ed 100644 --- a/libs/plugins/function.html_image.php +++ b/libs/plugins/function.html_image.php @@ -21,7 +21,7 @@ * - basedir - (optional) - base directory for absolute paths, default is environment variable DOCUMENT_ROOT * - path_prefix - prefix for path output (optional, default empty) * - * @link https://www.smarty.net/manual/en/language.function.html.image.php {html_image} + * @link https://www.smarty.net/docs/en/language.function.html.image.php {html_image} * (Smarty online manual) * @author Monte Ohrt * @author credits to Duda diff --git a/libs/plugins/function.html_options.php b/libs/plugins/function.html_options.php index 3e433534..282f74ed 100644 --- a/libs/plugins/function.html_options.php +++ b/libs/plugins/function.html_options.php @@ -21,7 +21,7 @@ * - id (optional) - string default not set * - class (optional) - string default not set * - * @link https://www.smarty.net/manual/en/language.function.html.options.php {html_image} + * @link https://www.smarty.net/docs/en/language.function.html.options.php {html_image} * (Smarty online manual) * @author Monte Ohrt * @author Ralf Strehle (minor optimization) diff --git a/libs/plugins/function.html_radios.php b/libs/plugins/function.html_radios.php index 2223ff7e..32126125 100644 --- a/libs/plugins/function.html_radios.php +++ b/libs/plugins/function.html_radios.php @@ -29,7 +29,7 @@ * {html_radios values=$ids name='box' separator='
' output=$names} * {html_radios values=$ids checked=$checked separator='
' output=$names} * - * @link https://www.smarty.net/manual/en/language.function.html.radios.php {html_radios} + * @link https://www.smarty.net/docs/en/language.function.html.radios.php {html_radios} * (Smarty online manual) * @author Christopher Kvarme * @author credits to Monte Ohrt diff --git a/libs/plugins/function.html_select_date.php b/libs/plugins/function.html_select_date.php index 763fc60f..1ccaedfa 100644 --- a/libs/plugins/function.html_select_date.php +++ b/libs/plugins/function.html_select_date.php @@ -28,7 +28,7 @@ * - 2.0 complete rewrite for performance, * added attributes month_names, *_id * - * @link https://www.smarty.net/manual/en/language.function.html.select.date.php {html_select_date} + * @link https://www.smarty.net/docs/en/language.function.html.select.date.php {html_select_date} * (Smarty online manual) * @version 2.0 * @author Andrei Zmievski diff --git a/libs/plugins/function.html_select_time.php b/libs/plugins/function.html_select_time.php index 256b56b1..ccae6d63 100644 --- a/libs/plugins/function.html_select_time.php +++ b/libs/plugins/function.html_select_time.php @@ -11,7 +11,7 @@ * Name: html_select_time * Purpose: Prints the dropdowns for time selection * - * @link https://www.smarty.net/manual/en/language.function.html.select.time.php {html_select_time} + * @link https://www.smarty.net/docs/en/language.function.html.select.time.php {html_select_time} * (Smarty online manual) * @author Roberto Berto * @author Monte Ohrt diff --git a/libs/plugins/function.html_table.php b/libs/plugins/function.html_table.php index 17b0586e..8f19d6f2 100644 --- a/libs/plugins/function.html_table.php +++ b/libs/plugins/function.html_table.php @@ -38,7 +38,7 @@ * @author credit to Messju Mohr * @author credit to boots * @version 1.1 - * @link https://www.smarty.net/manual/en/language.function.html.table.php {html_table} + * @link https://www.smarty.net/docs/en/language.function.html.table.php {html_table} * (Smarty online manual) * * @param array $params parameters diff --git a/libs/plugins/function.mailto.php b/libs/plugins/function.mailto.php index 834d0535..abd1efbd 100644 --- a/libs/plugins/function.mailto.php +++ b/libs/plugins/function.mailto.php @@ -36,7 +36,7 @@ * {mailto address="me@domain.com" cc="you@domain.com,they@domain.com"} * {mailto address="me@domain.com" extra='class="mailto"'} * - * @link https://www.smarty.net/manual/en/language.function.mailto.php {mailto} + * @link https://www.smarty.net/docs/en/language.function.mailto.php {mailto} * (Smarty online manual) * @version 1.2 * @author Monte Ohrt diff --git a/libs/plugins/function.math.php b/libs/plugins/function.math.php index 8560e944..cda6df01 100644 --- a/libs/plugins/function.math.php +++ b/libs/plugins/function.math.php @@ -12,7 +12,7 @@ * Name: math * Purpose: handle math computations in template * - * @link https://www.smarty.net/manual/en/language.function.math.php {math} + * @link https://www.smarty.net/docs/en/language.function.math.php {math} * (Smarty online manual) * @author Monte Ohrt * diff --git a/libs/plugins/modifier.date_format.php b/libs/plugins/modifier.date_format.php index 8e7e0b6e..7a36a373 100644 --- a/libs/plugins/modifier.date_format.php +++ b/libs/plugins/modifier.date_format.php @@ -15,7 +15,7 @@ * - format: strftime format for output * - default_date: default date if $string is empty * - * @link https://www.smarty.net/manual/en/language.modifier.date.format.php date_format (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.date.format.php date_format (Smarty online manual) * @author Monte Ohrt * * @param string $string input date string diff --git a/libs/plugins/modifier.regex_replace.php b/libs/plugins/modifier.regex_replace.php index cd57cdf3..b47e6aa6 100644 --- a/libs/plugins/modifier.regex_replace.php +++ b/libs/plugins/modifier.regex_replace.php @@ -11,7 +11,7 @@ * Name: regex_replace * Purpose: regular expression search/replace * - * @link https://www.smarty.net/manual/en/language.modifier.regex.replace.php + * @link https://www.smarty.net/docs/en/language.modifier.regex.replace.php * regex_replace (Smarty online manual) * @author Monte Ohrt * diff --git a/libs/plugins/modifier.replace.php b/libs/plugins/modifier.replace.php index 71a7c632..d63e5561 100644 --- a/libs/plugins/modifier.replace.php +++ b/libs/plugins/modifier.replace.php @@ -11,7 +11,7 @@ * Name: replace * Purpose: simple search/replace * - * @link https://www.smarty.net/manual/en/language.modifier.replace.php replace (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.replace.php replace (Smarty online manual) * @author Monte Ohrt * @author Uwe Tews * diff --git a/libs/plugins/modifier.spacify.php b/libs/plugins/modifier.spacify.php index 251dbe71..409d6d8b 100644 --- a/libs/plugins/modifier.spacify.php +++ b/libs/plugins/modifier.spacify.php @@ -11,7 +11,8 @@ * Name: spacify * Purpose: add spaces between characters in a string * - * @link https://www.smarty.net/manual/en/language.modifier.spacify.php spacify (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.spacify.php spacify + * (Smarty online manual) * @author Monte Ohrt * * @param string $string input string diff --git a/libs/plugins/modifier.truncate.php b/libs/plugins/modifier.truncate.php index 80dcdb53..d7a6088b 100644 --- a/libs/plugins/modifier.truncate.php +++ b/libs/plugins/modifier.truncate.php @@ -13,7 +13,8 @@ * optionally splitting in the middle of a word, and * appending the $etc string or inserting $etc into the middle. * - * @link https://www.smarty.net/manual/en/language.modifier.truncate.php truncate (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.truncate.php truncate + * (Smarty online manual) * @author Monte Ohrt * * @param string $string input string diff --git a/libs/plugins/modifiercompiler.cat.php b/libs/plugins/modifiercompiler.cat.php index 2c3a8b2a..d3a6776a 100644 --- a/libs/plugins/modifiercompiler.cat.php +++ b/libs/plugins/modifiercompiler.cat.php @@ -14,7 +14,7 @@ * Input: string to catenate * Example: {$var|cat:"foo"} * - * @link https://www.smarty.net/manual/en/language.modifier.cat.php cat + * @link https://www.smarty.net/docs/en/language.modifier.cat.php cat * (Smarty online manual) * @author Uwe Tews * diff --git a/libs/plugins/modifiercompiler.count_characters.php b/libs/plugins/modifiercompiler.count_characters.php index b5d97e27..4fcd53e6 100644 --- a/libs/plugins/modifiercompiler.count_characters.php +++ b/libs/plugins/modifiercompiler.count_characters.php @@ -11,8 +11,8 @@ * Name: count_characters * Purpose: count the number of characters in a text * - * @link https://www.smarty.net/manual/en/language.modifier.count.characters.php count_characters (Smarty online - * manual) + * @link https://www.smarty.net/docs/en/language.modifier.count.characters.php count_characters + * (Smarty online manual) * @author Uwe Tews * * @param array $params parameters diff --git a/libs/plugins/modifiercompiler.count_paragraphs.php b/libs/plugins/modifiercompiler.count_paragraphs.php index 33240296..deadfd2b 100644 --- a/libs/plugins/modifiercompiler.count_paragraphs.php +++ b/libs/plugins/modifiercompiler.count_paragraphs.php @@ -11,7 +11,7 @@ * Name: count_paragraphs * Purpose: count the number of paragraphs in a text * - * @link https://www.smarty.net/manual/en/language.modifier.count.paragraphs.php + * @link https://www.smarty.net/docs/en/language.modifier.count.paragraphs.php * count_paragraphs (Smarty online manual) * @author Uwe Tews * diff --git a/libs/plugins/modifiercompiler.count_sentences.php b/libs/plugins/modifiercompiler.count_sentences.php index 30e36e5f..49d22f6d 100644 --- a/libs/plugins/modifiercompiler.count_sentences.php +++ b/libs/plugins/modifiercompiler.count_sentences.php @@ -11,7 +11,7 @@ * Name: count_sentences * Purpose: count the number of sentences in a text * - * @link https://www.smarty.net/manual/en/language.modifier.count.paragraphs.php + * @link https://www.smarty.net/docs/en/language.modifier.count.paragraphs.php * count_sentences (Smarty online manual) * @author Uwe Tews * diff --git a/libs/plugins/modifiercompiler.count_words.php b/libs/plugins/modifiercompiler.count_words.php index cf2e5022..2612b8e8 100644 --- a/libs/plugins/modifiercompiler.count_words.php +++ b/libs/plugins/modifiercompiler.count_words.php @@ -11,7 +11,8 @@ * Name: count_words * Purpose: count the number of words in a text * - * @link https://www.smarty.net/manual/en/language.modifier.count.words.php count_words (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.count.words.php count_words + * (Smarty online manual) * @author Uwe Tews * * @param array $params parameters diff --git a/libs/plugins/modifiercompiler.default.php b/libs/plugins/modifiercompiler.default.php index dffa7a98..4c652ae0 100644 --- a/libs/plugins/modifiercompiler.default.php +++ b/libs/plugins/modifiercompiler.default.php @@ -11,7 +11,8 @@ * Name: default * Purpose: designate default value for empty variables * - * @link https://www.smarty.net/manual/en/language.modifier.default.php default (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.default default + * (Smarty online manual) * @author Uwe Tews * * @param array $params parameters diff --git a/libs/plugins/modifiercompiler.indent.php b/libs/plugins/modifiercompiler.indent.php index 636f0edf..21a09b33 100644 --- a/libs/plugins/modifiercompiler.indent.php +++ b/libs/plugins/modifiercompiler.indent.php @@ -11,7 +11,8 @@ * Name: indent * Purpose: indent lines of text * - * @link https://www.smarty.net/manual/en/language.modifier.indent.php indent (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.indent.php indent + * (Smarty online manual) * @author Uwe Tews * * @param array $params parameters diff --git a/libs/plugins/modifiercompiler.lower.php b/libs/plugins/modifiercompiler.lower.php index ac9cc39d..16d95f49 100644 --- a/libs/plugins/modifiercompiler.lower.php +++ b/libs/plugins/modifiercompiler.lower.php @@ -11,7 +11,8 @@ * Name: lower * Purpose: convert string to lowercase * - * @link https://www.smarty.net/manual/en/language.modifier.lower.php lower (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.lower.php lower + * (Smarty online manual) * @author Monte Ohrt * @author Uwe Tews * diff --git a/libs/plugins/modifiercompiler.string_format.php b/libs/plugins/modifiercompiler.string_format.php index 8df5632c..bef36d55 100644 --- a/libs/plugins/modifiercompiler.string_format.php +++ b/libs/plugins/modifiercompiler.string_format.php @@ -11,7 +11,8 @@ * Name: string_format * Purpose: format strings via sprintf * - * @link https://www.smarty.net/manual/en/language.modifier.string.format.php string_format (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.string.format.php string_format + * (Smarty online manual) * @author Uwe Tews * * @param array $params parameters diff --git a/libs/plugins/modifiercompiler.strip.php b/libs/plugins/modifiercompiler.strip.php index 51944bde..5ca784f0 100644 --- a/libs/plugins/modifiercompiler.strip.php +++ b/libs/plugins/modifiercompiler.strip.php @@ -14,7 +14,8 @@ * Example: {$var|strip} {$var|strip:" "} * Date: September 25th, 2002 * - * @link https://www.smarty.net/manual/en/language.modifier.strip.php strip (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.strip.php strip + * (Smarty online manual) * @author Uwe Tews * * @param array $params parameters diff --git a/libs/plugins/modifiercompiler.upper.php b/libs/plugins/modifiercompiler.upper.php index e12ae676..00fc1d2a 100644 --- a/libs/plugins/modifiercompiler.upper.php +++ b/libs/plugins/modifiercompiler.upper.php @@ -11,7 +11,8 @@ * Name: lower * Purpose: convert string to uppercase * - * @link https://www.smarty.net/manual/en/language.modifier.upper.php lower (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.upper.php lower + * (Smarty online manual) * @author Uwe Tews * * @param array $params parameters diff --git a/libs/plugins/modifiercompiler.wordwrap.php b/libs/plugins/modifiercompiler.wordwrap.php index 49cb40b0..de116cf2 100644 --- a/libs/plugins/modifiercompiler.wordwrap.php +++ b/libs/plugins/modifiercompiler.wordwrap.php @@ -11,7 +11,8 @@ * Name: wordwrap * Purpose: wrap a string of text at a given length * - * @link https://www.smarty.net/manual/en/language.modifier.wordwrap.php wordwrap (Smarty online manual) + * @link https://www.smarty.net/docs/en/language.modifier.wordwrap.php wordwrap + * (Smarty online manual) * @author Uwe Tews * * @param array $params parameters