compatibility
5 years ago
currency-switchers
4 weeks ago
multi-currency
1 year ago
multilingual
1 year ago
setup
10 months ago
status
1 year ago
store-urls
5 years ago
custom-files.twig
5 years ago
languages-notice.twig
5 years ago
menus-wrap.twig
1 year ago
nav-menus-full.twig
1 year ago
nav-menus-standalone.twig
4 years ago
pointer-ui.twig
1 year ago
removed-cart-items.twig
5 years ago
settings-ui.twig
2 months ago
st-taxonomy-ui.twig
5 years ago
sync-taxonomy.twig
5 years ago
trnsl-attributes.twig
5 years ago
troubleshooting.twig
1 year ago
menus-wrap.twig
16 lines
| 1 | <div class="wrap"> |
| 2 | <h1>{{ strings.title }}</h1> |
| 3 | |
| 4 | {% if is_standalone %} |
| 5 | {% include 'nav-menus-standalone.twig' %} |
| 6 | {% elseif set_up_wizard_run %} |
| 7 | {% include 'nav-menus-full.twig' %} |
| 8 | {% else %} |
| 9 | <nav class="wcml-tabs wpml-tabs"></nav> |
| 10 | {% endif %} |
| 11 | |
| 12 | <div class="wcml-wrap"> |
| 13 | {{ content|raw }} |
| 14 | </div> |
| 15 | </div> |
| 16 |