templates/web/admin/body.twig line 1

Open in your IDE?
  1. {##
  2.  # ____file_title____
  3.  #}
  4. <!DOCTYPE html>
  5. <html lang="{{ this.currentLanguage.code }}" dir="{% if this.currentLanguage.r2l %}rtl{% else %}ltr{% endif %}"
  6.   {% for k, v in this.getHTMLAttributes() %} {{ k }}="{{ v }}"{% endfor %}>
  7. {{ widget('\\XLite\\View\\Header') }}
  8. <body class="{{ this.getBodyClass() }}">
  9. <!--email_off-->
  10. {{ widget_list('body') }}
  11. <!--/email_off-->
  12. </body>
  13. </html>