cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / application / config / p2p-tube.php
index 1e046e4..bcbe0f5 100644 (file)
@@ -120,4 +120,39 @@ $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;
+
+/*
+|--------------------------------------------------------------------------
+| 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';