.. _flinktoitemsearch: ######################################################################## ``link_to_item_search`` — Get HTML for a link to the item search form. ######################################################################## :doc:`Navigation-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/link_to_item_search.rst .. php:function:: link_to_item_search($text = null, $props = array(), $uri = null) Get HTML for a link to the item search form. :type $text: string :param $text: Text of the link. Default is 'Search Items'. :type $props: array :param $props: HTML attributes for the link. :type $uri: string :param $uri: Action for the form. Defaults to 'items/browse'. :returns: string ***** Usage ***** .. include:: /Reference/libraries/globals/usage/link_to_item_search.rst ******** Examples ******** .. include:: /Reference/libraries/globals/examples/link_to_item_search.rst ******** See Also ******** .. include:: /Reference/libraries/globals/see_also/link_to_item_search.rst