HOME INSTALLATION/USAGE PAYPAL SETUP THEMES F.A.Q. SCRIPT INFO
Maian Gallery is a theme based system. This means that you can create several different layouts for the system and use them at different times. This page details how you can create your own themes:
» CREATING NEW THEME
The easiest way of creating a new theme, is to first make a copy of the 'standard' folder in the 'themes' directory. Then, call this theme something new and update your settings to use this theme. You can then make changes to your new theme and revert back to the default theme should you hit problems.

It is VERY important that you do NOT rename any of the template files. For example renaming 'category.tpl.php' to 'categories.tpl.php' would cause the system to fail. The variables in the template files should also NOT be renamed. The same goes for the email templates. Do NOT change any variables.
» TPL FILES
The files in the 'content/themes/**/tpl_files' folder are not PHP files and cannot contain PHP code. The variables between braces (eg: {brace}) should not be removed or renamed.
Back to Top