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

Last change on this file since 9885 was 9650, checked in by flop25, 13 years ago

useless code deleted

File size: 602 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;
8//define('MP_PLAYLIST' , $prefixeTable . 'mp_playlist');
9load_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
21?>
Note: See TracBrowser for help on using the repository browser.