source: extensions/PWG_Stuffs/modules/piclenswall/config.inc.php @ 3300

Last change on this file since 3300 was 3300, checked in by patdenice, 15 years ago

New extension added:
PWG Stuffs (2.0.o)

File size: 512 bytes
Line 
1<?php
2
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4
5// Parametrage du template
6$template->assign(array(
7  'piclens_installed' => get_db_plugins('active','piclens'),
8  'crossdomain_file' => file_exists($_SERVER['DOCUMENT_ROOT'].'/crossdomain.xml'),
9  'crossdomain_url' => PHPWG_PLUGINS_PATH.'piclens/crossdomain.xml',
10));
11
12$template->set_filenames(array('module_options' => dirname(__FILE__) . '/config.tpl'));
13$template->assign_var_from_handle('MODULE_OPTIONS', 'module_options');
14
15?>
Note: See TracBrowser for help on using the repository browser.