Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation of a link with separate title and URL elements. Chris@0: * Chris@0: * Available variables: Chris@0: * - link: The link that has already been formatted by l(). Chris@0: * - title: (optional) A descriptive or alternate title for the link, which may Chris@0: * be different than the actual link text. Chris@0: * Chris@0: * @see template_preprocess() Chris@0: * @see template_preprocess_link_formatter_link_separate() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: {% spaceless %} Chris@0: {{ title }} Chris@0: {{ link }} Chris@0: {% endspaceless %}