source: extensions/adult_content/stuffs_module/config.inc.php @ 21047

Last change on this file since 21047 was 21047, checked in by flop25, 12 years ago

-compatibility 2.5 (only)
-changing config variables (assoc array)
-adding a pwg stuffs block

ToDo: enable the option for the block

File size: 260 bytes
Line 
1<?php
2
3if (!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('ac_stuffs_info_param').'</p>');
9
10?>
Note: See TracBrowser for help on using the repository browser.