Deine Version funktioniert super....

komisch das die andere nicht funktioniert....
Aber was sollst, da hast du super Arbeit geleistet.

Servus
chip_rider
Thank you Volkman...volkman wrote:I just cleaned some code and made it fit for my needs. I have get so much help from the community, it was time for payback at least a little. Ionrock did the great job, not me.
Code: Select all
// include language vars for JÈrÙme's Graphical Text MOD
include_once ('include/inc_module/mod_graphical_text/inc_lang/backend/en/lang.inc.php');
if(!empty($_SESSION["wcs_user_lang"]) && file_exists('include/inc_module/mod_graphical_text/inc_lang/backend/'.$_SESSION["wcs_user_lang"].'/lang.inc.php')) {
include_once ('include/inc_module/mod_graphical_text/inc_lang/backend/'.$_SESSION["wcs_user_lang"].'/lang.inc.php');
}
Code: Select all
// include language vars for Ionrock's Calendar Mod
include_once ('./include/inc_module/mod_calendar/inc_lang/backend/en/lang.inc.php');
if(file_exists('./include/inc_module/mod_calendar/inc_lang/backend/'.$_SESSION["wcs_user_lang"].'/lang.inc.php')) {
include_once ('./include/inc_module/mod_calendar/inc_lang/backend/'.$_SESSION["wcs_user_lang"].'/lang.inc.php');
}