1 <?php 2 3 // maximal page number to view 4 $MAX_NP=1000; 5 6 // maximum results per page 7 $MAX_PS=100; 8 9 // (optional) Enable autowild feature for url limits 10 // 'yes' - default value, can be 'yes' or 'no' 11 // $auto_wild='yes'; 12 13 // (optional) Enable language content negotiation 14 // 'no' - default value, can be 'yes' or 'no' 15 // $lang_content_negotiation='no'; 16 17 // (optional) Enable language url translation (file.en.ext -> file) 18 // 'no' - default value, can be 'yes' or 'no' 19 // $lang_url_translation='no'; 20 21 ?>