2014-08-15 18:59:01 +04:00
|
|
|
{% extends 'moz_header/copyright.html' %}
|
2011-11-15 03:10:32 +04:00
|
|
|
|
|
|
|
{% block extra_footer_links %}
|
2011-11-20 08:02:48 +04:00
|
|
|
{% if not hide_mobile_link %}
|
|
|
|
| <a class="mobile-link" href="#">{{ _('View Mobile Site') }}</a>
|
|
|
|
{% endif %}
|
2011-11-15 03:10:32 +04:00
|
|
|
{% endblock %}
|