X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fconfig%2Fp2p-tube.php;h=85dc44a00090ca56c3b1540da201441379b1c3a8;hb=93de016032e54b45db35f18d8538fd5b11a7c72e;hp=1e046e4a4dbac737fb35e309de1c6a0f38c3c15e;hpb=71ea5e00a7622669e46c444091091a4c021d4333;p=living-lab-site.git diff --git a/application/config/p2p-tube.php b/application/config/p2p-tube.php index 1e046e4..85dc44a 100644 --- a/application/config/p2p-tube.php +++ b/application/config/p2p-tube.php @@ -120,4 +120,18 @@ $config['videos_per_row'] = 5; | The number of search results shown per page (as in catalog/search). | */ -$config['search_results_per_page'] = 10; +$config['search_results_per_page'] = 20; + +/* +|-------------------------------------------------------------------------- +| A list with all available languages in which the site is translated +|-------------------------------------------------------------------------- +| +| Keys are language codes and values are language names as they appear in +| languages folder. +| +*/ +$config['available_languages_list'] = array( + 'en'=>'english', + 'ro'=>'romanian' +); \ No newline at end of file