Comment 1 for bug 898437

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/905
Committed: http://gitorious.org/mahara/mahara/commit/2ab3ed094e612234e8c1ad7adaeb1c79cf1c8ac5
Submitter: Richard Mansfield (<email address hidden>)
Branch: master

commit 2ab3ed094e612234e8c1ad7adaeb1c79cf1c8ac5
Author: Richard Mansfield <email address hidden>
Date: Thu Dec 1 14:06:16 2011 +1300

    Allow custom templates to be added to all themes (bug #898437)

    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: Richard Mansfield <email address hidden>