Guten Morgen liebe Community!
Ich habe die ganze Nacht über ein Problem gegrübelt und da ich noch recht ein Anfänger bin habe ich die Lösung entweder a) nicht gesehen oder b) was wahrscheinlicher ist, nicht sehen wollen (= nicht verstanden)!
Meine gesamte Homepage steht komplett - alle Schaltungen funktionieren, css und template und sonstige Funktionen laufen auch tadellos und so auch die Meersprachigkeit. Jetzt möchte ich nur noch das sich eine Grafik, welche im template integriert ist, bei einem Wechsel der Sprache sich auch ändert. Ich stelle unten mein Setup und mein template zu Verfügung.
Vielleicht kann mir jemand einen Vorschlag machen was ich wo einfügen muss damit mein vorhaben funktioniert!
setup:
config.linkVars = L config.sys_language_uid = 0 [globalVar = GP:L=1] config.sys_language_uid = 1 [global] [globalVar = GP:L=2] config.sys_language_uid = 2 [global] [globalVar = GP:L=3] config.sys_language_uid = 3 [global] page.config.index_enable = 1 config.index_externals = 1 page { typeNum = 0 bodyTag = stylesheet = fileadmin/KH_Management/css/khm.css meta.AUTHOR = ZWISCHENBRUGGER Christian meta.DESCRIPTION = Sie befinden sich auf der Homepage der Gesundheitsakademie für Pflegeberufe 10.template.file = fileadmin/KH_Management/templates/khm.htm 10.workOnSubpart = DOKUMENT 10.marks { MENU_OBEN = COA MENU_OBEN { 10.value = <div id="myDivTag"> 20 = PHP_SCRIPT 20.file = fileadmin/KH_Management/scripts/4sprachen.php 30.value = </div> } MENU_LINKS = HMENU MENU_LINKS.1 { expAll = 1 wrap = <table width="180" border="0" cellspacing="0" cellpadding="0" div="" id="myDivTag4"></div><tr><td></td></tr> | </table> } MENU_LINKS.2 { NO { RO = 1 ATagBeforeWrap = 1 } } CONTENT { table = tt_content } RECHTS = CONTENT RECHTS { table = tt_content } ROOT = HMENU ROOT.special = rootline } }
template:
<!-- saved from url=(0066)http://vilxweb/interreg3/fileadmin/KH_Management/templates/khm.htm --> <!-- saved from url=(0067)http://vilxweb/interreg3/fileadmin/KH_Management/templates/khm2.htm --><!-- saved from url=(0055)http://vilxweb/interreg3/fileadmin/templates/maumau.htm --><!-- saved from url=(0052)http://vilxweb/interreg3/fileadmin/templates/khm.htm --><!-- saved from url=(0052)http://vilxweb/interreg3/fileadmin/templates/khm.htm --><!-- saved from url=(0060)http://vilxweb/interreg3/fileadmin/templates/kh_template.htm --><!-- saved from url=(0056)http://vilxweb/interreg3/fileadmin/templates/perfekt.htm --><!-- saved from url=(0119)file://C:Dokumente%20und%20Einstellungenvi-fp005Lokale%20EinstellungenTemporary%20Internet%20FilesOLK1185test.htm --><!-- saved from url=(0047)http://vilxweb/interreg3/fileadmin/template.htm --><!-- saved from url=(0047)http://vilxweb/interreg3/fileadmin/template.htm --><!-- saved from url=(0044)http://vilxweb/interreg3/fileadmin/test2.htm --><html><head><title>Gesundheitsakademie für Pflegeberufe</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta content="MSHTML 6.00.2800.1106" name="GENERATOR" /> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} } MM_reloadPage(true); //--> </script> </head> <div align="center"> <table width="964" align="center" border="0"> <tbody> <tr> <td width="950"> <div align="center"><img height="90" src="fileadmin/KH_Management/images/header.jpg" width="950" alt="" /></div></td></tr></tbody></table> <table width="964" border="0"> <tbody> <tr> <td width="180"> </td> <td width="517">###ROOT###</td> <td width="253"> <div align="right">###MENU_OBEN###</div></td></tr></tbody></table> <table width="963" border="0"> <tbody> <tr> <td colspan="3" height="3"><img height="1" src="fileadmin/KH_Management/images/blueline.jpg" width="950" alt="" /></td></tr></tbody></table> <table width="964" border="0"> <tbody> <tr> <td valign="top" width="180" background="fileadmin/KH_Management/images/left.jpg">###MENU_LINKS###</td> <td valign="top" width="590" background="fileadmin/KH_Management/images/bluelines592.jpg">###CONTENT### </td> <td valign="top" width="180" background=""><p>###RECHTS###</p> <p align="right"><img src="fileadmin/KH_Management/pictures/quadrat.jpg" width="30" height="30" alt="" /></p></td></tr></tbody></table><br /><!-- ###DOKUMENT### end --></div></body></html>
ich möchte hier gerne die grafik [b]header.jpg (Zeile 23)[/b]durch die grafik, z.b.:header_english, ersetzen!
ich hoffe mir kann und will jemand helfen...
mfg
chritian