Getting started with Mule CMS
Configuration
Open 'index.php' file and set the correct path to content and layout directories.
In our case, the path to site content is used as default - you do not need to modify it. But we need to change the path to layout:
'dir.layout' => $root.'theme'.DIRECTORY_SEPARATOR,
← Installation Layout →