Docs -> Creating a new Theme
Since FCMS 1.9, all themes must have at least an adminnav.php, header.php, and sidenav.php template files, plus a CSS file named style.css.
Themes can have more CSS files, templates or images, but the above files are the minimum requirements.
Below is an example of the directory structure for a typical theme.
themes/
Creating a new Theme for FCMS 1.8.2 or earlier
How to Create a new Theme
Since FCMS 1.9, all themes must have at least an adminnav.php, header.php, and sidenav.php template files, plus a CSS file named style.css.
Themes can have more CSS files, templates or images, but the above files are the minimum requirements.
Below is an example of the directory structure for a typical theme.
themes/
alpha/
beta/
default/
smileys/
myNewTheme/
favicon.ico
login.css
beta/
default/
smileys/
myNewTheme/
images/
adminnav.php
header.php
sidenav.php
style.css
datechooser.cssadminnav.php
header.php
sidenav.php
style.css
favicon.ico
login.css
Creating a new Theme for FCMS 1.8.2 or earlier
