Rev | Line | |
---|
[9650] | 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 | |
---|
| 17 | $template->set_filename('plugin_admin_content', $m_p->plugin_path.'template/help.tpl'); |
---|
| 18 | $template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content'); |
---|
| 19 | |
---|
| 20 | |
---|
[3329] | 21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.