getPostTypes(); foreach ($post_types as $k => $v) { $type_combo[__($k)] = (string) $k; } if (!in_array($type, $type_combo)) { $type = null; } $params = []; $params['limit'] = [(($page - 1) * $nb_per_page), $nb_per_page]; $params['no_content'] = true; $params['order'] = 'post_dt DESC'; if ($q) { $params['search'] = $q; } if ($type) { $params['post_type'] = $type; } dcPage::openPopup(__('Add a link to an entry'), dcPage::jsLoad('js/_posts_list.js') . dcPage::jsLoad('js/_popup_posts.js') . $core->callBehavior('adminPopupPosts', $plugin_id)); echo '