Mantis - CodeIgniter
  • ✨Introduction
  • Guides
    • 📐Quick Start
    • 🎭Customizer
      • 🌑Light & Dark Layout
      • 🇦🇪Rtl Layout
      • 🎨Preset Colors
      • 🆎Font Family
      • 🔛Box Container
  • Extras
    • 📦Dependencies
    • 🛟Support
    • 📅Changelog
Powered by GitBook
On this page
  1. Guides
  2. Customizer

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';

our default theme layout is LTR

PreviousLight & Dark LayoutNextPreset Colors

Last updated 10 months ago

🎭
🇦🇪