Last change
on this file since 18314 was
9448,
checked in by patdenice, 14 years ago
|
PWG Stuffs module is now integrated in piclens plugin.
|
File size:
265 bytes
|
Rev | Line | |
---|
[9448] | 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.