Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 18 |
jpm |
1 |
<?
|
|
|
2 |
|
|
|
3 |
if (!defined("WIKINI_VERSION"))
|
|
|
4 |
{
|
|
|
5 |
die ("accès direct interdit");
|
|
|
6 |
}
|
|
|
7 |
|
|
|
8 |
$menu_page=$this->config["menu_page"];
|
|
|
9 |
if (isset($menu_page) and ($menu_page!="")) {
|
|
|
10 |
$plugin_output_new = preg_replace ('/<\/body>/','</div><!-- Fermeture du div corps -->'."\n".'</body>', $plugin_output_new);
|
|
|
11 |
}
|
|
|
12 |
?>
|