Theme components

A Tiki theme can be made of several components. as there is at least a CSS style sheet, as well as background images, fonts and, in the future, icons, and possibly one or more theme-specific Smarty templates although having customized templates is not encouraged due to potential compatibility problems.

As Tiki contains a full set of default templates, the minimum requirement to create a custom theme is a custom CSS stylesheet.

Themes are stored in the directory "themes," which is a subdirectory of the Tiki root installation directory.

Every theme has its own directory that contains the components of the theme. The name of the theme's directory is the same as the name of the theme.

The following is an example of the directory structure:

Activating your new theme

After you create the directories as described above for your new theme and add it to the Tiki file structure, and at least a stylesheet file with the same name as the theme's folder (such as mytheme.css) in the folder themes/mytheme/css, you will find the theme in the "Theme selection" selector in Admin -> Look & Feel -> Theme.
Please mind to reload the page after you add the theme to the server. Clearing the Tiki caches may also be necessary when you add a theme (/tiki-admin_system.php?do=all).