From 4eb7003fdc3be8b5c248e6c29083ffe7387a0aef Mon Sep 17 00:00:00 2001 From: John Skoumbourdis Date: Sat, 14 Mar 2015 08:51:51 +0200 Subject: [PATCH] Comment changing --- application/config/grocery_crud.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/grocery_crud.php b/application/config/grocery_crud.php index 7962b2f0..57caddd1 100644 --- a/application/config/grocery_crud.php +++ b/application/config/grocery_crud.php @@ -28,7 +28,7 @@ //Make sure that the number of grocery_crud_default_per_page variable is included to this array. $config['grocery_crud_paging_options'] = array('10','25','50','100'); - //The environment is important so we can have specific configurations for specific environments + //Default theme for grocery CRUD $config['grocery_crud_default_theme'] = 'flexigrid'; //The environment is important so we can have specific configurations for specific environments