Skip to content
Snippets Groups Projects
Select Git revision
  • 3485896-attempt-simplification
  • 11.x default
  • 3485896-ImplementationList-object
  • 3485896-donquixote-order-at-call-time
  • 3485896-parts
  • 3485896-order-operations-by-specifity
  • 3485896-test-file-scan-order
  • test-file-scan-order
  • 3485896-donquixote-order-at-call-time-nicxvan-changes-BAD
  • 3485896-donquixote-order-at-call-time-nicxvan-changes-TBD
  • 3485896-nicxvan-order-at-call-time
  • 3485896-donquixote-tests-nicxvan-FAIL-side-effect
  • 3485896-donquixote-tests-nicxvan
  • 3485896-donquixote-tests-donquixote-2
  • 3485896-donquixote-tests-baseline
  • 3485896-donquixote-suggested-changes-part3
  • 3485896-donquixote-suggested-changes-part2
  • 3485896-donquixote-suggested-changes-part1
  • 3485896-donquixote-suggested-changes
  • 3485896-deprecateHMIA
  • deprecateHMIAFresh
  • previous/3485896-ImplementationList-object/2025-05-01
  • previous/3485896-donquixote-order-at-call-time/2025-04-28
  • previous/3485896-donquixote-order-at-call-time/2025-04-16
  • previous/3485896-parts/2025-04-09
  • previous/3485896-ImplementationList-object/2025-03-29-2
  • previous/3485896-ImplementationList-object/2025-03-29-1
  • previous/3485896-donquixote-order-at-call-time/2025-03-29
  • previous/3485896-ImplementationList-object/2025-03-29
  • previous/3485896-donquixote-order-at-call-time/2025-03-28-1
  • previous/3485896-donquixote-order-at-call-time/2025-03-28
  • previous/3485896-donquixote-order-at-call-time/2025-03-27
  • previous/3485896-donquixote-order-at-call-time/2025-03-26
  • previous/3485896-donquixote-order-at-call-time/2025-03-25-4
  • previous/3485896-donquixote-order-at-call-time/2025-03-25-3
  • previous/3485896-order-operations-by-specifity/2025-03-25-3
  • previous/3485896-donquixote-order-at-call-time/2025-03-25-2
  • previous/3485896-order-operations-by-specifity/2025-03-25-2
  • previous/3485896-donquixote-order-at-call-time/2025-03-25-1
  • previous/3485896-order-operations-by-specifity/2025-03-25-1
  • previous/3485896-donquixote-order-at-call-time/2025-03-25
41 results

themes

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Forked from project / drupal
    1183 commits behind, 140 commits ahead of the upstream repository.
    Alex Pott's avatar
    Issue #3391137 by poker10: Change references to README.txt in root directory
    Alex Pott authored
    9d83a203
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..
    README.txt
    Themes allow you to change the look and feel of your Drupal site. You can use
    themes contributed by others or create your own.
    
    WHAT TO PLACE IN THIS DIRECTORY?
    --------------------------------
    
    Placing downloaded and custom themes in this directory separates downloaded and
    custom themes from Drupal core's themes. This allows Drupal core to be updated
    without overwriting these files.
    
    DOWNLOAD ADDITIONAL THEMES
    --------------------------
    
    Contributed themes from the Drupal community may be downloaded at
    https://www.drupal.org/project/project_theme.
    
    MULTISITE CONFIGURATION
    -----------------------
    
    In multisite configurations, themes found in this directory are available to
    all sites. You may also put themes in the sites/all/themes directory, and the
    versions in sites/all/themes will take precedence over versions of the same
    themes that are here. Alternatively, the sites/your_site_name/themes directory
    pattern may be used to restrict themes to a specific site instance.
    
    MORE INFORMATION
    -----------------
    
    Refer to the "Appearance" section of the README.md in the Drupal root directory
    for further information on customizing the appearance of Drupal with custom
    themes.