Add perPage settings into config
[phorkie.git] / data / config.default.php
index 56ddc43faa2dc7a4a0dd02b3114adad20f56b466..7e6ebb94582e9e6caf9558c8860879bb04ba8202 100644 (file)
@@ -6,12 +6,14 @@ $GLOBALS['phorkie']['cfg'] = array(
     'tpl'           => __DIR__ . '/templates/',
     'baseurl'       => '/',
     'css'           => '',
+    'iconpng'       => '',
     'title'         => 'phorkie',
     'topbar'        => '',
     'setupcheck'    => true,
     'elasticsearch' => null,
     'geshi'         => 'MediaWiki/geshi/geshi/geshi.php',
-    'index'         => 'new'//"new" or "list"
+    'index'         => 'new',//"new" or "list"
+    'perPage'       => 10,
 );
 $GLOBALS['phorkie']['auth'] = array(
     // 0 = public, no authentication, 1 = protect adds/edits/deletes,