RTL Version
To have RTL mode enabled, replace the reference of
app.min.css
to
app-rtl.min.css
and
bootstrap.min.css
to
bootstrap-rtl.min.css
and in the
layout/head-style.php
file update the html tag like <html lang="en"
dir="rtl">
in
the
layout/head-main.php
.
LTR Version
To have LTR mode enabled, replace the reference of
app-rtl.min.css
to
app.min.css
and
bootstrap-rtl.min.css
to
bootstrap.min.css
and
in the layout/head-style.php
file, update the html tag like <html lang="en"
dir="ltr">
in
the layout/head-main.php
.