source: extensions/music_player/admin/help.php @ 3329

Last change on this file since 3329 was 3329, checked in by flop25, 15 years ago

first commit

File size: 683 bytes
Line 
1<?php
2
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4$m_p = get_plugin_data('music_player');
5
6global $conf, $template, $lang, $page;
7global $prefixeTable;
8define('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.