source: extensions/Flash_Gallery/modules/_Exemple/admin/config.inc.php @ 3599

Last change on this file since 3599 was 3599, checked in by tiico, 15 years ago

some minor corrections
add block.tpl from pwg_stuff (for flopure)
add prometeus module (javascript)
[TO BE COMPLETED]

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