These are some tips to help development of themes and other GetSimple additions
There are many optional settings located in the
/path/to/getsimple/gsconfig.phpfile. Includes CKEditor, file upload, security, language and sitemap settings.To turn on debugging, uncomment the GSDEBUG line in
/path/to/getsimple/gsconfig.phpto enable full PHP errors to help debug.If you want to see all PHP errors written to a log, check out
/data/other/logs/errorlog.txt- It is automatically generated by the system regardless of the GSDEBUG setting.Add the file
/path/to/getsimple/your-theme/functions.phpinto your theme to add custom functions that can be used within your theme.Add a image of your theme as
/path/to/getsimple/your-theme/images/screenshot.pngto enable the theme image that shows when it s activated in the administrator panel.
