|
@@ -204,7 +204,7 @@
|
|
|
define('CONFIG_EDITOR_NAME', (CONFIG_QUERY_STRING_ENABLE && !empty($_GET['editor'])?secureFileName($_GET['editor']):'fckeditor')); // run mode fckeditor (Dokeos editor)
|
|
|
define('CONFIG_THEME_NAME', (CONFIG_QUERY_STRING_ENABLE && !empty($_GET['theme'])?secureFileName($_GET['theme']):'default')); //change the theme to your custom theme rather than default
|
|
|
define('CONFIG_DEFAULT_VIEW', (CONFIG_SYS_THUMBNAIL_VIEW_ENABLE?'detail':'detail')); //thumnail or detail
|
|
|
- define('CONFIG_DEFAULT_PAGINATION_LIMIT', 100);// change 10 by 100 because there may be hidden directories that are counted
|
|
|
+ define('CONFIG_DEFAULT_PAGINATION_LIMIT', 10);
|
|
|
define('CONFIG_LOAD_DOC_LATTER', false); //all documents will be loaded up after the template has been loaded to the client
|
|
|
|
|
|
|