Ignore:
Timestamp:
Mar 3, 2011, 10:13:15 AM (13 years ago)
Author:
patdenice
Message:

Remove piclens module.
Update localisations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/modules/FeaturedPhotos/config.inc.php

    r4968 r9490  
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44
    5 $template->set_filenames(array('module_options' => dirname(__FILE__) . '/config.tpl'));
    6 $template->assign_var_from_handle('MODULE_OPTIONS', 'module_options');
     5$template->assign('MODULE_OPTIONS', '<p>'.l10n('stuffs_no_options').'</p>');
    76
    87?>
Note: See TracChangeset for help on using the changeset viewer.