Last change
on this file since 32054 was
21057,
checked in by flop25, 12 years ago
|
removed the option for PWG stuffs
added an explicative texte
added new lang key for the PWG Stuff module
|
File size:
351 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
4 | |
---|
5 | $display_options = & $template->get_template_vars('display_options'); |
---|
6 | $display_options['on_picture'] = false; |
---|
7 | |
---|
8 | $template->assign('MODULE_OPTIONS', '<p>'.l10n('No options. Just check "Allow unregistered users to select their age?" on the Adult Content administration page').'</p>'); |
---|
9 | |
---|
10 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.