vielen Dank so jetzt wäre mein Problem mit den Boxen Gelöst und wie soll ich das bei links Verwenden!?
Beispiel:
//Contents for menu 1, and so on
var menu1=new Array()
menu1[0]='<a href="index.php?news">» News</a>'
menu1[1]='<a href="index.php?aufgaben">» Aufgaben</a>'
menu1[2]='<a href="index.php?clubs">» Event´s</a>'
menu1[3]='<a href="index.php?off">» Lokation´s</a>'
so habe ich nämlich meistens meine drop Down Menüs bin mir net wirklich sicher wie ich das denn da mache.
So z.B. vileicht:
{_if_{SESSION_AUTHRIGHT}=='-1'} {/_endif}
//Contents for menu 1, and so on
var menu1=new Array()
menu1[0]='{_if_{SESSION_AUTHRIGHT}=='-1'}<a href="index.php?news">» News</a>{/_endif}'
menu1[1]='{_if_{SESSION_AUTHRIGHT}=='-1'}<a href="index.php?aufgaben">» Aufgaben</a>{/_endif}'
menu1[2]='{_if_{SESSION_AUTHRIGHT}=='-1'}<a href="index.php?clubs">» Event´s</a>{/_endif}'
menu1[3]='{_if_{SESSION_AUTHRIGHT}=='-1'}<a href="index.php?off">» Lokation´s</a>{/_endif}'
Edit: Ok So gets net XD
Zuletzt modifiziert von Mcsaxo1990 am 09.09.2008 - 09:29:44