This repository was archived by the owner on Dec 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Affiliate Dashboard Menu
Jonathan Tsang edited this page Sep 1, 2017
·
3 revisions
<ul>
<li>
<a href="{{ site.affiliate_root_url }}" class="{% if page.page_identifier == 'affiliate_index_page' %}active{% endif %}">
{{ 'liquid.partials.affiliate_dashboard_menu.link_general_affiliate_information' | translate }}
</a>
</li>
<li>
<a href="{{ site.affiliate_links_url }}" class="{% if page.page_identifier == 'affiliate_links_page' %}active{% endif %}">
{{ 'liquid.partials.affiliate_dashboard_menu.link_affiliate_links' | translate }}
</a>
</li>
<li>
<a href="{{ site.affiliate_reports_url }}" class="{% if page.page_identifier == 'affiliate_reports_page' %}active{% endif %}">
{{ 'liquid.partials.affiliate_dashboard_menu.link_financial_reports' | translate }}
</a>
</li>
<li>
<a href="{{ site.edit_affiliate_settings_url }}" class="{% if page.page_identifier == 'affiliate_settings_page' %}active{% endif %}">
{{ 'liquid.partials.affiliate_dashboard_menu.link_settings' | translate }}
</a>
</li>
</ul>- Introduction
- Layouts
- Pages
- Sections
- Snippets
- Affiliate Dashboard Menu
- Form Errors
- Site Wide Footer Scripts
- Theme Wide CSS
- Theme Wide Footer Scripts
- Styles