fetch($ctid); } $allowaction = array('index', 'view', 'edit', 'follow', 'comment', 'mycollection', 'all'); if(!in_array($action, $allowaction)) { $action = 'index'; } require_once libfile('collection/'.$action, 'include'); ?>