|
@@ -1,18 +1,18 @@
|
|
-{# Heading for the list of related posts #}
|
|
|
|
|
|
+{# Label for the list of related posts #}
|
|
{% if not RELATED_POSTS_LABEL %}
|
|
{% if not RELATED_POSTS_LABEL %}
|
|
{% set RELATED_POSTS_LABEL = 'Related Posts' %}
|
|
{% set RELATED_POSTS_LABEL = 'Related Posts' %}
|
|
{% else %}
|
|
{% else %}
|
|
{% set RELATED_POSTS_LABEL = RELATED_POSTS_LABEL %}
|
|
{% set RELATED_POSTS_LABEL = RELATED_POSTS_LABEL %}
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
-{# Heading for the list of social profiles #}
|
|
|
|
|
|
+{# Label for the list of social profiles #}
|
|
{% if not SOCIAL_PROFILE_LABEL %}
|
|
{% if not SOCIAL_PROFILE_LABEL %}
|
|
{% set SOCIAL_PROFILE_LABEL = 'Contact' %}
|
|
{% set SOCIAL_PROFILE_LABEL = 'Contact' %}
|
|
{% else %}
|
|
{% else %}
|
|
{% set SOCIAL_PROFILE_LABEL = SOCIAL_PROFILE_LABEL %}
|
|
{% set SOCIAL_PROFILE_LABEL = SOCIAL_PROFILE_LABEL %}
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
-{# Heading for the Email subscription form #}
|
|
|
|
|
|
+{# Label for the Email subscription form #}
|
|
{% if not EMAIL_SUBSCRIPTION_LABEL %}
|
|
{% if not EMAIL_SUBSCRIPTION_LABEL %}
|
|
{% set EMAIL_SUBSCRIPTION_LABEL = 'Email Newsletter' %}
|
|
{% set EMAIL_SUBSCRIPTION_LABEL = 'Email Newsletter' %}
|
|
{% else %}
|
|
{% else %}
|