X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fconfig%2Fp2p-tube.php;h=85dc44a00090ca56c3b1540da201441379b1c3a8;hb=355535fa933c0fc2c1d63f0d4df3b1fc6e60d05c;hp=045f54dfcd4cc3dad0bddd9d8e4376dc1b4e3770;hpb=09add6ca11db3ca299f73fbc92f4f2d0aed1daa8;p=living-lab-site.git diff --git a/application/config/p2p-tube.php b/application/config/p2p-tube.php index 045f54d..85dc44a 100644 --- a/application/config/p2p-tube.php +++ b/application/config/p2p-tube.php @@ -90,24 +90,48 @@ $config['default_torrent_ext'] = 'tstream'; | IDs must be numeric and must preferably start from 1. | */ -$config['categories'] = array(1 => 'movies', 2 => 'tech_talks', 3 => 'events', 4 => 'karaoke'); +$config['categories'] = array(1 => 'movies', 2 => 'tech-talks', 3 => 'events', 4 => 'karaoke'); /* |-------------------------------------------------------------------------- -| Videos per page +| Videos per Page |-------------------------------------------------------------------------- | | The number of video icons shown per page (as in catalog/category). | */ -$config['videos_per_page'] = 16; +$config['videos_per_page'] = 20; /* |-------------------------------------------------------------------------- -| Videos per row +| Videos per Row |-------------------------------------------------------------------------- | | The number of video icons shown on a single line (as in home page). | */ -$config['videos_per_row'] = 4; +$config['videos_per_row'] = 5; + +/* +|-------------------------------------------------------------------------- +| Search Results per Page +|-------------------------------------------------------------------------- +| +| The number of search results shown per page (as in catalog/search). +| +*/ +$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