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

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

Convert all php and tpl files in Unix format for my plugins.

File size: 498 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.