{% if setting_value('visiosoft.theme.base::navigation_title') %} {{ setting_value('streams::name', config_get('streams::distribution.name')) }} {% endif %}
{{ structure() .linkAttributesDropdown({'data-toggle': 'dropdown'}) .item_class('nav-item') .selected_class('active') .child_item_class('dropdown-item') .dropdown_class('dropdown') .child_link_class('dropdown-item') .link_class('nav-link') .depth(5) .listClass('nav navbar-nav navbar-right') .childListClass('dropdown-menu') .cache({'namespace': 'user'}) .render()|raw }} {% if setting_value('visiosoft.theme.base::navigation_action') %}
  • {% if auth_check() %} {{ trans('visiosoft.theme.base::field.logout.name') }} {% else %} {{ trans('visiosoft.theme.base::field.login.name') }} {% endif %}
  • {{ trans('visiosoft.theme.base::field.profile') }}
  • {{ trans("visiosoft.theme.base::button.post_ad.name") }}
{% endif %}
{% if setting_value('visiosoft.theme.base::navigation_action') %}
  • {% if auth_check() %} {{ trans('visiosoft.theme.base::field.logout.name') }} {% else %} {{ trans('visiosoft.theme.base::field.login.name') }} {% endif %}
  • {{ trans('visiosoft.theme.base::field.profile') }}
  • {{ trans("visiosoft.theme.base::button.post_ad.name") }}
{% endif %}