source: extensions/piclens/stuffs_module/config.inc.php @ 9448

Last change on this file since 9448 was 9448, checked in by patdenice, 13 years ago

PWG Stuffs module is now integrated in piclens plugin.

File size: 265 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('piclens_stuffs_info_param').'</p>');
9
10?>
Note: See TracBrowser for help on using the repository browser.