Skip to content

Commit

Permalink
Merge pull request #3248 from avegacms/patch-3
Browse files Browse the repository at this point in the history
Update html_helper.rst
  • Loading branch information
MGatner authored Jul 8, 2020
2 parents 7843deb + 8078776 commit a18fdea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user_guide_src/source/helpers/html_helper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@ The following functions are available:
img($imageProperties);
// <img src="http://site.com/index.php/images/picture.jpg" alt="Me, demonstrating how to eat 4 slices of pizza at one time" class="post_images" width="200" height="200" title="That was quite a night" rel="lightbox" />

.. 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
:param string $type: Type of the related document
: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

Expand Down

0 comments on commit a18fdea

Please sign in to comment.