From 333067955c24ea94440a3bc453c0332322fe0f9d Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Wed, 10 Aug 2016 09:47:27 +0100 Subject: [PATCH] Improved theme config option comment (#409) --- application/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/config.php b/application/config/config.php index 7a2f6d0b5..fc6bbbd05 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -17,8 +17,8 @@ $config['application_version'] = '3.0.0'; | Theme |-------------------------------------------------------------------------- | -| This specifies which theme will be used by OSPOS -| +| This specifies which bootwatch theme will be used by OSPOS +| Available are: cerulean, cosmo, cyborg, darkly, flatly, journal, paper, readable, sandstone, slate, spacelab, superhero, united, yeti | */ $config['theme'] = 'flatly';