Skip to content
faq_list.php 639 B
Newer Older
<?php

// Name of the list
$liste['name'] = 'help_faq';

// Database table
$liste['table'] = 'help_faq';

// Index index field of the database table
$liste['table_idx'] = 'hf_id';

// Search Field Prefix
#$liste['search_prefix'] = 'search_';

// Records per page
$liste['records_per_page']= 100;

// Script File of the list
$liste['file'] = 'faq_manage_questions_list.php';

// Script file of the edit form
$liste['edit_file'] = 'faq_edit.php';

// Script File of the delete script
$liste['delete_file'] = 'faq_delete.php';

// Paging Template
$liste['paging_tpl'] = 'templates/paging.tpl.htm';

// Enable auth
$liste['auth'] = 'yes';

?>