Source for file config.inc
Documentation is available at config.inc
// maximal page number to view
// maximum results per page
// (optional) Enable autowild feature for url limits
// 'yes' - default value, can be 'yes' or 'no'
// (optional) Enable language content negotiation
// 'no' - default value, can be 'yes' or 'no'
// $lang_content_negotiation='no';
// (optional) Enable language url translation (file.en.ext -> file)
// 'no' - default value, can be 'yes' or 'no'
// $lang_url_translation='no';
|