X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fconfig%2Fp2p-tube.php;h=a35cddcae09676eb7ea3636189cc09a38147cafa;hb=e1f154780b5b004e047977b6582dd19bf85d4e4d;hp=9d7813f4de199ab392640f7877c2c97ff6752d3d;hpb=aaa8b077bac73addd05114fd2b2ef0829412fac7;p=living-lab-site.git diff --git a/application/config/p2p-tube.php b/application/config/p2p-tube.php index 9d7813f..a35cddc 100644 --- a/application/config/p2p-tube.php +++ b/application/config/p2p-tube.php @@ -100,7 +100,7 @@ $config['categories'] = array(1 => 'movies', 2 => 'tech-talks', 3 => 'events', 4 | The number of video icons shown per page (as in catalog/category). | */ -$config['videos_per_page'] = 16; +$config['videos_per_page'] = 20; /* |-------------------------------------------------------------------------- @@ -110,7 +110,7 @@ $config['videos_per_page'] = 16; | The number of video icons shown on a single line (as in home page). | */ -$config['videos_per_row'] = 4; +$config['videos_per_row'] = 5; /* |-------------------------------------------------------------------------- @@ -120,4 +120,39 @@ $config['videos_per_row'] = 4; | The number of search results shown per page (as in catalog/search). | */ -$config['search_results_per_page'] = 10; +$config['search_results_per_page'] = 20; + +/* +|-------------------------------------------------------------------------- +| Video Comments per Page +|-------------------------------------------------------------------------- +| +| The number of video comments shown per page (as in video/watch). +| +*/ +$config['video_comments_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-Reply E-mail address +|-------------------------------------------------------------------------- +| +| The e-mail address from which the users receive e-mail notifications +| like account activation e-mail or password recovery. +| +*/ +$config['noreply_email'] = 'no-reply@p2p-next.cs.pub.ro'; \ No newline at end of file