Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation for the Appearance page. Chris@0: * Chris@0: * Available variables: Chris@0: * - attributes: HTML attributes for the main container. Chris@0: * - theme_groups: A list of theme groups. Each theme group contains: Chris@0: * - attributes: HTML attributes specific to this theme group. Chris@0: * - title: Title for the theme group. Chris@0: * - state: State of the theme group, e.g. installed or uninstalled. Chris@0: * - themes: A list of themes within the theme group. Each theme contains: Chris@0: * - attributes: HTML attributes specific to this theme. Chris@0: * - screenshot: A screenshot representing the theme. Chris@0: * - description: Description of the theme. Chris@0: * - name: Theme name. Chris@0: * - version: The theme's version number. Chris@0: * - is_default: Boolean indicating whether the theme is the default theme Chris@0: * or not. Chris@0: * - is_admin: Boolean indicating whether the theme is the admin theme or Chris@0: * not. Chris@0: * - notes: Identifies what context this theme is being used in, e.g., Chris@0: * default theme, admin theme. Chris@0: * - incompatible: Text describing any compatibility issues. Chris@0: * - operations: A list of operation links, e.g., Settings, Enable, Disable, Chris@0: * etc. these links should only be displayed if the theme is compatible. Chris@0: * Chris@0: * @see template_preprocess_system_themes_page() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: