Files
edx-platform/lms/templates/themable-footer.html
Saleem Latif 2d83449240 Remove microsite_configuration/microsite.py references from individual templates
* mattdrayer: Updated get_themed_template_path
2016-01-22 14:27:58 -05:00

11 lines
485 B
HTML

## mako
<%namespace name='static' file='static_content.html'/>
## This file only exists as an additional layer of indirection to preserve
## backwards compatibility with Stanford theming
## (as much as possible). If you are writing your own theme using the
## "comprehensive theming" system, do NOT override this file. You should
## override "footer.html" instead.
<%include file="${static.get_themed_template_path(relative_path='theme-footer.html', default_path='footer.html')}" />