.. _fheadcss: ##################################################################### ``head_css`` — Get the CSS link tags that will be used on the page. ##################################################################### :doc:`Asset-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/head_css.rst .. php:function:: head_css($includeDefaults = true) Get the CSS link tags that will be used on the page. This should generally be used with echo to print the scripts in the page head. :type $includeDefaults: bool :param $includeDefaults: Whether the default stylesheets should be included. Defaults to true. :returns: string ***** Usage ***** .. include:: /Reference/libraries/globals/usage/head_css.rst ******** Examples ******** .. include:: /Reference/libraries/globals/examples/head_css.rst ******** See Also ******** .. include:: /Reference/libraries/globals/see_also/head_css.rst