apotrophos search bug solved
[living-lab-site.git] / application / config / p2p-tube.php
index 045f54d..a71d1b7 100644 (file)
@@ -90,24 +90,34 @@ $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;