source: extensions/adult_content/admin/admin.php @ 4078

Last change on this file since 4078 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
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4$ad_c = get_plugin_data('adult_content');
5
6global $conf, $template, $lang, $page;
7global $prefixeTable;
8load_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.