From 8078776dca4d3233f7d114dfe3b4f635e6cd54ce Mon Sep 17 00:00:00 2001 From: avegacms <49051631+avegacms@users.noreply.github.com> Date: Wed, 8 Jul 2020 09:11:54 +0600 Subject: [PATCH] Update html_helper.rst Added to link_tag hreflang parameter --- user_guide_src/source/helpers/html_helper.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_guide_src/source/helpers/html_helper.rst b/user_guide_src/source/helpers/html_helper.rst index 46f6163c2251..643f70b0ce2a 100755 --- a/user_guide_src/source/helpers/html_helper.rst +++ b/user_guide_src/source/helpers/html_helper.rst @@ -65,7 +65,7 @@ The following functions are available: img($imageProperties); // Me, demonstrating how to eat 4 slices of pizza at one time -.. php:function:: link_tag([$href = ''[, $rel = 'stylesheet'[, $type = 'text/css'[, $title = ''[, $media = ''[, $indexPage = false]]]]]]) +.. php:function:: link_tag([$href = ''[, $rel = 'stylesheet'[, $type = 'text/css'[, $title = ''[, $media = ''[, $indexPage = false[, $hreflang = '']]]]]]]) :param string $href: The source of the link file :param string $rel: Relation type @@ -73,6 +73,7 @@ The following functions are available: :param string $title: Link title :param string $media: Media type :param bool $indexPage: Whether to treat $src as a routed URI string + :param string $hreflang: Hreflang type :returns: HTML link tag :rtype: string