. */ /** * List Show Class * * Contains all the function to manage and show list * * @package Maarch * @version 3.0 * @since 10/2005 * @license GPL * @author Loïc Vinet * */ require_once 'apps/'. $_SESSION['config']['app_id'] .'/class/class_list_show_with_template_Abstract.php'; class list_show_with_template extends list_show_with_template_Abstract { // custom }