Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
954 |
florian |
1 |
<?
|
|
|
2 |
$menu_page=$this->config["menu_page"];
|
|
|
3 |
if (isset($menu_page) and ($menu_page!="")) {
|
|
|
4 |
$plugin_output_new=preg_replace ('/<\/body>/','</td></tr></table></div></body>', $plugin_output_new);
|
|
|
5 |
}
|
|
|
6 |
?>
|