source: extensions/Flash_Gallery/modules/Polaroid/admin/config.inc.php

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

First revision (for testing)
Only in French (translation to be done)

File size: 305 bytes
RevLine 
[3531]1<?php
2
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4
5// default values
6if (!isset($ext_datas)) $ext_datas = array();
7
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.