Blame | Last modification | View Log | RSS feed
<?
if (!defined("WIKINI_VERSION"))
{
die ("accès direct interdit");
}
$menu_page=$this->config["menu_page"];
if (isset($menu_page) and ($menu_page!="")) {
$plugin_output_new = preg_replace ('/<\/body>/','</div><!-- Fermeture du div corps -->'."\n".'</body>', $plugin_output_new);
}
?>