|
SimpleLog wiki
Installing SimpleLog Upgrading Working with themes
How to
Troubleshooting Development & resources |
Themes /
CreateANewThemeNote: When SimpleLog is in development mode, themes aren't cached and your site will load slower. Once you finish your theme and change your application to production mode, the theme will be cached and everything will be much faster. It's important to make sure you develop your theme in development mode and that your live site is running in production mode. Need help? It's simple. Make a copy of the themes/simplelog directory and rename it to your liking. For this example, we'll call it "simpy." Go into the simpy directory and you'll see the default file structure. In addition, you'll find a file called FILE_DESCRIPTIONS in each view directory and subdirectory. These files tell you what each view file does, so read them when creating your theme. Once you've got a theme directory, the rest is easy as pie:
That's it, you're running your theme! |