Last change
on this file since 4540 was
4078,
checked in by flop25, 15 years ago
|
adding admin.php (empty)
adding function get_template (fully functionnal) und set_block_on_index (en cours)
|
File size:
262 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
4 | $ad_c = get_plugin_data('adult_content'); |
---|
5 | |
---|
6 | global $conf, $template, $lang, $page; |
---|
7 | global $prefixeTable; |
---|
8 | load_language('plugin.lang', $ad_c->plugin_path); |
---|
9 | |
---|
10 | $page['infos'] = array(); |
---|
11 | |
---|
12 | |
---|
13 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.