source:
extensions/piclens/stuffs_module/config.inc.php
@
16731
Last change on this file since 16731 was 9448, checked in by , 14 years ago | |
---|---|
File size: 265 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('piclens_stuffs_info_param').'</p>'); |
9 | |
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.