Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Seven's theme implementation to display a list of custom block types. Chris@0: * Chris@0: * Displays the list of available custom block types for creation. Chris@0: * Chris@0: * Available variables: Chris@0: * - types: A collection of all the available custom block types. Chris@0: * Each type contains: Chris@0: * - url: A link to add a block of this type. Chris@0: * - description: A description of this custom block type. Chris@0: * - label: The title of the custom block type. Chris@0: * - path: A path for the link to add a block of this type. Chris@0: * Chris@0: * @see template_preprocess_block_content_add_list() Chris@0: * @see seven_preprocess_block_content_add_list() Chris@0: */ Chris@0: #} Chris@0: