Skip to content
  • Richard Mansfield's avatar
    Allow custom templates to be added to all themes (bug #898437) · 2ab3ed09
    Richard Mansfield authored
    
    
    Sometimes it is useful for a site which has multiple themes in use to
    be able to add a custom template (for example, a custom sideblock)
    that appears in all themes, including the core themes and the raw
    theme.
    
    This patch adds local/theme/templates/ to the template search path, as
    a fallback for when a template is not found in any of the theme
    directories.
    
    It is usually possible to achieve the same thing by putting the custom
    template in the raw theme, but it is cleaner to keep them outside the
    raw theme, and custom themes should not be required to inherit from
    raw anyway.
    
    Change-Id: I4f188ae3985741183d1c04f71c6c42e3ca4675cf
    Signed-off-by: default avatarRichard Mansfield <richard.mansfield@catalyst.net.nz>
    2ab3ed09