Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation for the administrative toolbar. Chris@0: * Chris@0: * Available variables: Chris@0: * - attributes: HTML attributes for the wrapper. Chris@0: * - toolbar_attributes: HTML attributes to apply to the toolbar. Chris@0: * - toolbar_heading: The heading or label for the toolbar. Chris@0: * - tabs: List of tabs for the toolbar. Chris@0: * - attributes: HTML attributes for the tab container. Chris@0: * - link: Link or button for the menu tab. Chris@0: * - trays: Toolbar tray list, each associated with a tab. Each tray in trays Chris@0: * contains: Chris@0: * - attributes: HTML attributes to apply to the tray. Chris@0: * - label: The tray's label. Chris@0: * - links: The tray menu links. Chris@0: * - remainder: Any non-tray, non-tab elements left to be rendered. Chris@0: * Chris@0: * @see template_preprocess_toolbar() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: