Last change
on this file since 113492 was
28639,
checked in by pierre.basson@…, 12 years ago
|
spip-plans : exit test define options
|
File size:
454 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | |
---|
4 | /** |
---|
5 | * SPIP-Plans |
---|
6 | * |
---|
7 | * Copyright (c) 2006-2009 |
---|
8 | * Agence Artégo http://www.artego.fr |
---|
9 | * |
---|
10 | * Ce programme est un logiciel libre distribue sous licence GNU/GPLv3. |
---|
11 | * Pour plus de details voir http://www.gnu.org/licenses/gpl-3.0.html |
---|
12 | * |
---|
13 | **/ |
---|
14 | |
---|
15 | |
---|
16 | $p = explode(basename(_DIR_PLUGINS)."/",str_replace('\\','/',realpath(dirname(__FILE__)))); |
---|
17 | define('_DIR_PLUGIN_PLAN', (_DIR_PLUGINS.end($p))); |
---|
18 | define('_NOM_PLUGIN_PLAN', (end($p))); |
---|
19 | |
---|
20 | |
---|
21 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.