# Rtl Layout

To make an **RTL layout** in the theme change value in "**app/Config/Constants.php**".

```javascript
$rtl_layout = 'true';
```

​

To make an **LTR layout** in the theme change value in "**app/Config/Constants.php**".

```javascript
$rtl_layout = 'false';
```

{% hint style="info" %}
our default theme layout is LTR
{% endhint %}
