attribution-1.0.x-dev/templates/attribution-plain-oneline.html.twig
templates/attribution-plain-oneline.html.twig
{#
/**
* @file
* Default theme implementation to display an attribution.
*
* Available variables:
* - source.name: The name of the source.
* - source.link: The link to the source.
* - author.name: The name of the author.
* - author.link: The link to the author.
* - license: The associated license.
* - license.id: The spdx license short code.
* - license.name: The spdx license name.
* - license.osiCertified: Is the license OSI certified?
* - license.deprecated: Is the license deprecated?
* - license.link: The link to the license.
*
* @ingroup themeable
*/
#}
{{ 'Copyright'|trans }} {{ author|join(', ') }}. {{ license.name }}.
