source: extensions/PWG_Stuffs/modules/FeaturedPhotos/config.inc.php @ 6229

Last change on this file since 6229 was 4968, checked in by patdenice, 14 years ago

Bug corrected with $confquestion_mark_in_urls = false.
Add Featured Photos module.

File size: 228 bytes
Line 
1<?php
2
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4
5$template->set_filenames(array('module_options' => dirname(__FILE__) . '/config.tpl'));
6$template->assign_var_from_handle('MODULE_OPTIONS', 'module_options');
7
8?>
Note: See TracBrowser for help on using the repository browser.