From 006a7afa54e28937d0e56e0f587ce04f97c31c0c Mon Sep 17 00:00:00 2001 From: damian Date: Sun, 19 Aug 2018 16:39:33 +1000 Subject: [PATCH] Added default theme definition to config.php/sample. --- config.php.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.php.sample b/config.php.sample index 31d490d7..2d21d37d 100755 --- a/config.php.sample +++ b/config.php.sample @@ -5,4 +5,5 @@ define('PSM_DB_PASS', 'db_pass'); define('PSM_DB_NAME', 'db_name'); define('PSM_DB_HOST', 'localhost'); define('PSM_DB_PORT', '3306'); //3306 is the default port for MySQL. If no specfic port is used, leave it empty. -define('PSM_BASE_URL', ''); \ No newline at end of file +define('PSM_BASE_URL', ''); +define('PSM_THEME', 'default');