These are some tips to help development of themes for GetSimple
/path/to/getsimple/gsconfig.php file. Includes CKEditor, file upload, security, language and sitemap settings./path/to/getsimple/gsconfig.php to enable full PHP errors to help debug./path/to/getsimple/data/other/logs/errorlog.txt - It is automatically generated by the system regardless of the GSDEBUG setting./path/to/getsimple/theme/your-theme/functions.php into your theme to add custom functions that can be used within your theme./path/to/getsimple/theme/your-theme/images/screenshot.png to enable the theme image that shows when it s activated in the administrator panel. /images/ AND named screenshot.png<?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); } ?>