Lässt sich die FRITZ!Box Support-Seite auf der FB 7170 auch direkt ins GUI integrieren, d.h. so dass der Link dort im GUI-Menü erscheint?
Zuletzt bearbeitet:
<? if eq $var:isWizz 1 `
` ?>
<li class="LMenuitem" style="margin-top:24px"><img src="<? echo $var:pfeil ?>"> <a href="/cgi-bin/dsmod_status" target="_blank"><? echo $var:menuDSMOD ?></a></li>
[COLOR=red] <li class="LMenuitem"><img src="<? echo $var:pfeil ?>"> <a href="/html/support.html">Support</a></li>[/COLOR]
<li class="LMenubottom"></li>
</ul>
/var/mod/root # cp /usr/www/all/html/de/menus/menu2_homehome.html .
/var/mod/root # mount -o bind menu2_homehome.html /usr/www/all/html/de/menus/menu2_homehome.html
/var/mod/root # vi menu2_homehome.html
Hallo olistudent,olistudent schrieb:Ja, das geht durch das Hinzufügen folgender Zeile zur Datei /usr/www/all/html/de/menus/menu2_homehome.html.
<li class="LMenuitem" style="margin-top:24px"><img src="<? echo $var:pfeil ?>"> <a href="/cgi-bin/dsmod_status" target="_[COLOR=Red]new[/COLOR]"><? echo $var:menuDSMOD ?></a></li>
<li class="LMenuitem"><img src="<? echo $var:pfeil ?>"> <a href="/html/support.html" target="_[COLOR=Red]new[/COLOR]">AVM-Support</a></li>
[COLOR=Red]<li class="LMenuitem"><img src="<? echo $var:pfeil ?>"> <a href="http://fritz.box/tsb.html" target="_new">LCR</a></li>[/COLOR]
<li class="LMenubottom"></li>
</ul>