Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
4 | $m_p = get_plugin_data('music_player'); |
---|
5 | |
---|
6 | global $conf, $template, $lang, $page; |
---|
7 | global $prefixeTable; |
---|
8 | define('MP_PLAYLIST' , $prefixeTable . 'mp_playlist'); |
---|
9 | load_language('plugin.lang', $m_p->plugin_path); |
---|
10 | $mp_msgs = array(); |
---|
11 | |
---|
12 | // +----------------------------------------+ |
---|
13 | // | Contenu | |
---|
14 | // +----------------------------------------+ |
---|
15 | |
---|
16 | $template->append('suppr', array('ID'=>$_GET['id']) ); |
---|
17 | |
---|
18 | |
---|
19 | $template->set_filename('plugin_admin_content', $m_p->plugin_path.'template/help.tpl'); |
---|
20 | $template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content'); |
---|
21 | |
---|
22 | |
---|
23 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.