Hallo
Untenstehender Iframe im Module Your_Account/navbar.php funktioniert eigentlich. Nur funktionieren dann die Buttons (edituser; edithome usw.) im persönlichen Kontrollzentrum nicht mehr welche sich auf Your_Account beziehen. es folgt die Fehlermeldung:
ZitatFatal error: Call to undefined function: opentable() in /home/nachfull/public_html/fitforwork/cms/modules/Your_Account/navbar.php on line 16
ZitatOpentable();
?>
<IFRAME width="100%" height="300" scrolling="none" frameborder="0" name="mxframe" src=http://www.fitforwork.net/cms/modules/Shedule/shedule.htm></IFRAME><br>
</center><br>
<?php
CloseTable();
if (!defined("mxMainFileLoaded")) die ("You can't access this file directly...");
mxGetLangfile("Your_Account");
require_once("includes/mx_userfunctions.php");
//// mit dieser Konstanten kann die maximale Anzahl
//// der Menüpunkte nebeneinander verändert werden
if (!defined("YA_NAVITEMSPERROW")) define("YA_NAVITEMSPERROW",6);
////////////////////////////////////////////////////
Umstellen sollte helfen:
if (!defined("mxMainFileLoaded")) die ("You can't access this file directly...");
mxGetLangfile("Your_Account");
require_once("includes/mx_userfunctions.php");
Opentable();
?>
<IFRAME width="100%" height="300" scrolling="none" frameborder="0" name="mxframe" src=http://www.fitforwork.net/cms/modules/Shedule/shedule.htm></IFRAME><br>
</center><br>
<?php
CloseTable();
//// mit dieser Konstanten kann die maximale Anzahl
//// der Menüpunkte nebeneinander verändert werden
if (!defined("YA_NAVITEMSPERROW")) define("YA_NAVITEMSPERROW",6);
////////////////////////////////////////////////////
Hi
Danke für die Hilfe, es hat zwar nicht funktioniert, aber ich habe jetzt eine andere und bessere Lösung gefunden
Andy