. */ /** * List Show Class * * Contains all the function to manage and show list * * @package Maarch * @version 2.1 * @since 10/2005 * @license GPL * @author Claire Figueras * @author Loïc Vinet * @author Laurent Giovannoni * */ require_once 'apps/'. $_SESSION['config']['app_id'] .'/class/class_list_show_Abstract.php'; class list_show extends list_show_Abstract { // custom }