MCFileManager:Configuration/general.theme

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: general.theme

The general.theme option is used to switch themes, currently there is only one theme called default. But you may build your own themes by simply duplicating this theme directory and modify it as you see fit. But we strongly suggest you to make most of your changes with CSS otherwise you might break compatibility and stability.

The themes are made as savant templates and are located in the "themes" directory.

Example of usage in the config.php file

$mcFileManagerConfig['general.theme'] = "default";

Example of usage in the Web.Config file

<add key="general.theme" value="default" />

Example of usage in a mc_access file

general.theme=default
Personal tools