🇦🇪Rtl Layout
To make an RTL layout in the theme change value in "app/Config/Constants.php".
$rtl_layout = 'true';
To make an LTR layout in the theme change value in "app/Config/Constants.php".
$rtl_layout = 'false';
Last updated
To make an RTL layout in the theme change value in "app/Config/Constants.php".
$rtl_layout = 'true';
To make an LTR layout in the theme change value in "app/Config/Constants.php".
$rtl_layout = 'false';
Last updated