ilch Forum » Ilch Clan 1.1 » Design und Templates » Sponsoren usw. wegmachen ?

Geschlossen
  1. #1
    User Pic
    Amok2806 Mitglied
    Registriert seit
    07.07.2009
    Beiträge
    28
    Beitragswertungen
    0 Beitragspunkte
    Hat sich erledigt habs selber hinbekommen.....

    lachenlachenlachen

    Aber da fehlt mir noch die Erfahrung =/

    gesperrtes Bild

    Die Eingezeichneten Boxen sollen weg.

    Hier der Code

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- Head & Title include -->
    <title>{TITLE} // Clanpage by Evolution-Gaming.de </title>
    <link rel="stylesheet" type="text/css" href="include/designs/design_57-rot/style.css">
    <!-- end Head & Title include -->
    
    <!-- standard Design stylesheet -->
    <style type="text/css">
    body {
    	margin:0px; background-image: url('include/designs/design_57-rot/images/bg.gif');
    	
    }
    .head {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; }
    .head2 {font-size: 10px; color: #6DC903; font-weight: bold; }
    
    #dropmenudiv{
    border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; position:absolute;
    line-height:18px;
    z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana
    }
    
    #dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 2px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    }
    
    #dropmenudiv a:hover{ /*hover background color*/
    background-color: white;
    }
    
    </style>
    
    <script type="text/javascript">
    
    /***********************************************
    * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    //Contents for menu 1, and so on
    var menu1=new Array()
    menu1[0]='<a href="?teams">&bull; Teams</a>'
    menu1[1]='<a href="?wars">&bull; Matches</a>'
    menu1[2]='<a href="?history">&bull; History</a>'
    menu1[4]='<a href="?awards">&bull; Awards</a>'
    menu1[4]='<a href="?joinus">&bull; Join us</a>'
    menu1[4]='<a href="?fightus">&bull; Fight us</a>'
    
    //Contents for menu 2, and so on
    var menu2=new Array()
    menu2[0]='<a href="?user">&bull; Members</a>'
    menu2[1]='<a href="?forum">&bull; Forum</a>'
    menu2[2]='<a href="?downloads">&bull; Downloads</a>'
    menu1[3]='<a href="?links">&bull; Links</a>'
    menu1[4]='<a href="?linkus">&bull; Link us</a>'
    
    //Contents for menu 3, and so on in arbeit
    var menu3=new Array()
    menu3[0]='<a href="?kalender">&bull; Kallender</a>'
    menu3[1]='<a href="?gallery">&bull; Galerie</a>'
    menu3[2]='<a href="?gbook">&bull; Gästebuch</a>'
    menu3[3]='<a href="?kasse">&bull; Kasse</a>'
    
    //Contents for menu 4, and so on
    var menu4=new Array()
    menu4[0]='<a href="?news">&bull; News</a>'
    menu4[1]='<a href="?awards">&bull; Awards</a>'
    menu4[2]='<a href="?history">&bull; History</a>'
    menu4[3]='<a href="?impressum">&bull; Imprint</a>'
    menu4[4]='<a href="?faq">&bull; FAQ</a>'
    menu4[5]='<a href="?awaycal">&bull; Awaylist</a>'
    		
    var menuwidth='165px' //default menu width
    var menubgcolor='white'  //menu bgcolor
    var disappeardelay=500  //menu disappear speed onMouseout (in miliseconds)
    var hidemenu_onclick="yes" //hide menu when user clicks within menu?
    
    /////No further editting needed
    
    var ie4=document.all
    var ns6=document.getElementById&&!document.all
    
    if (ie4||ns6)
    document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')
    
    function getposOffset(what, offsettype){
    var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
    var parentEl=what.offsetParent;
    while (parentEl!=null){
    totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
    parentEl=parentEl.offsetParent;
    }
    return totaloffset;
    }
    
    
    function showhide(obj, e, visible, hidden, menuwidth){
    if (ie4||ns6)
    dropmenuobj.style.left=dropmenuobj.style.top="-500px"
    if (menuwidth!=""){
    dropmenuobj.widthobj=dropmenuobj.style
    dropmenuobj.widthobj.width=menuwidth
    }
    if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
    obj.visibility=visible
    else if (e.type=="click")
    obj.visibility=hidden
    }
    
    function iecompattest(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    }
    
    function clearbrowseredge(obj, whichedge){
    var edgeoffset=0
    if (whichedge=="rightedge"){
    var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
    dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
    if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
    edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
    }
    else{
    var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
    var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
    dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
    if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
    edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
    if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
    edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
    }
    }
    return edgeoffset
    }
    
    function populatemenu(what){
    if (ie4||ns6)
    dropmenuobj.innerHTML=what.join("")
    }
    
    
    function dropdownmenu(obj, e, menucontents, menuwidth){
    if (window.event) event.cancelBubble=true
    else if (e.stopPropagation) e.stopPropagation()
    clearhidemenu()
    dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
    populatemenu(menucontents)
    
    if (ie4||ns6){
    showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
    
    dropmenuobj.x=getposOffset(obj, "left")
    dropmenuobj.y=getposOffset(obj, "top")
    dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
    dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
    }
    
    return clickreturnvalue()
    }
    
    function clickreturnvalue(){
    if (ie4||ns6) return false
    else return true
    }
    
    function contains_ns6(a, b) {
    while (b.parentNode)
    if ((b = b.parentNode) == a)
    return true;
    return false;
    }
    
    function dynamichide(e){
    if (ie4&&!dropmenuobj.contains(e.toElement))
    delayhidemenu()
    else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
    delayhidemenu()
    }
    
    function hidemenu(e){
    if (typeof dropmenuobj!="undefined"){
    if (ie4||ns6)
    dropmenuobj.style.visibility="hidden"
    }
    }
    
    function delayhidemenu(){
    if (ie4||ns6)
    delayhide=setTimeout("hidemenu()",disappeardelay)
    }
    
    function clearhidemenu(){
    if (typeof delayhide!="undefined")
    clearTimeout(delayhide)
    }
    
    if (hidemenu_onclick=="yes")
    document.onclick=hidemenu
    
    </script>
    </head>
    <body>
    <center>
    
    <table width="974" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><table width="974" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="182" height="24" align="left" valign="top" background="include/designs/design_57-rot/Bilder/bg_farbe_links.jpg"><table width="182" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td background="include/designs/design_57-rot/Bilder/nav_linksi.jpg" width="182" height="21"><table width="100%" border="0" cellspacing="1" cellpadding="0">
                  <tr>
                    <td width="7%">&nbsp;</td>
                    <td width="62%" valign="middle"><font color="#999999" style="font-family:Tahoma; font-size:12px ; font-weight:bold">HP-Sponsoren</font></td>
                    <td width="31%">&nbsp;</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td align="center">
                <a href="%20http:/www.zurro-gaming.de/template-Sponsoren/sponsor_2.html" target="_blank">
                <img src="http://www.zurro-gaming.de/template-Sponsoren/d57/sponsor1.jpg" border="0" width="182" height="48"></a></td>
              </tr>
              <tr>
                <td align="center">
                <a href="%20http:/www.zurro-gaming.de/template-Sponsoren/sponsor_1.html" target="_blank">
                <img src="http://www.zurro-gaming.de/template-Sponsoren/d57/sponsor2.jpg" border="0" width="182" height="57"></a></td>
              </tr>
              <tr>
                <td align="center">
                <a href="%20http:/www.zurro-gaming.de/template-Sponsoren/sponsor_3.html" target="_blank">
                <img src="http://www.zurro-gaming.de/template-Sponsoren/d57/sponsor3.jpg" border="0" width="182" height="57"></a></td>
              </tr>
              
              <tr>
                <td background="include/designs/design_57-rot/Bilder/nav_linksi.jpg" width="182" height="21"><table width="100%" border="0" cellspacing="1" cellpadding="0">
                  <tr>
                    <td width="7%">&nbsp;</td>
                    <td width="62%" valign="middle"><font color="#999999" style="font-family:Tahoma; font-size:12px ; font-weight:bold">Information</font></td>
                    <td width="31%">&nbsp;</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td background="include/designs/design_57-rot/Bilder/bg_links.jpg"><table width="182" height="100%" border="0" cellpadding="0" cellspacing="1">
                  <tr>
                    <td width="12">&nbsp;</td>
                    <td width="163"><script type="text/javascript"><!--
    google_ad_client = "pub-8109272597676827";
    google_ad_width = 120;
    google_ad_height = 240;
    google_ad_format = "120x240_as";
    google_ad_type = "text";
    //2007-05-19: zgfx DESIGN 57
    google_ad_channel = "5877291658";
    google_color_border = "191919";
    google_color_bg = "191919";
    google_color_link = "66B5FF";
    google_color_text = "969696";
    google_color_url = "969696";
    //-->
                    </script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
                    </script></td>
                    <td width="12">&nbsp;</td>
                  </tr>
                </table></td>
              </tr>
              
              <tr>
                <td><br>
                    {_list_menunr1@ 
                    <table width="100%" border="0" cellspacing="1" cellpadding="0">
              		<tr>
                	<td background="include/designs/design_57-rot/Bilder/nav_linksi.jpg" width="182" height="21">
                		<table width="100%" border="0" cellspacing="1" cellpadding="0">
                  		<tr>
                    	<td width="7%">&nbsp;</td>
                    	<td width="62%" valign="middle"><font color="#999999" style="font-family:Tahoma; font-size:12px ; font-weight:bold">%1</font></td>
                    	<td width="31%">&nbsp;</td>
                  		</tr>
                		</table>
                	</td>
              		</tr>
                    </table>
                    
                    </td>
                  	</tr>
                  	<tr>
                    <td valign="top" align="left" background="include/designs/design_57-rot/Bilder/box_rechts.jpg" width="182" height="109"><table width="182" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="10">&nbsp;</td>
                        <td width="168">%2</td>
                        <td width="10">&nbsp;</td>
                      </tr>
                    </table>
                    }
    <br>
                    {_list_menunr2@ 
                    <table width="100%" border="0" cellspacing="1" cellpadding="0">
              		<tr>
                	<td background="include/designs/design_57-rot/Bilder/nav_linksi.jpg" width="182" height="21">
                		<table width="100%" border="0" cellspacing="1" cellpadding="0">
                  		<tr>
                    	<td width="7%">&nbsp;</td>
                    	<td width="62%" valign="middle"><font color="#999999" style="font-family:Tahoma; font-size:12px ; font-weight:bold">%1</font></td>
                    	<td width="31%">&nbsp;</td>
                  		</tr>
                		</table>
                	</td>
              		</tr>
                    </table>
                    
                    </td>
                  	</tr>
                  	<tr>
                    <td valign="top" align="left" background="include/designs/design_57-rot/Bilder/box_rechts.jpg" width="182" height="109"><table width="182" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="10">&nbsp;</td>
                        <td width="168">%2</td>
                        <td width="10">&nbsp;</td>
                      </tr>
                    </table>
                    }
    
                                
              <img src="include/designs/design_57-rot/Bilder/under_box_links.jpg" width="182" height="93"></td>
              </tr>
            </table></td>
            <td width="610" height="27" align="left" valign="top" background="include/designs/design_57-rot/images/content_66.jpg"><table width="610" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><table width="610" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td><img src="include/designs/design_57-rot/Bilder/header.jpg" width="610" height="185"></td>
                  </tr>
                  <tr>
                    <td><img src="include/designs/design_57-rot/Bilder/squads.jpg" width="610" height="48" border="0" usemap="#Map"></td>
                  </tr>
                  <tr>
                    <td><table width="610" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '125px')" onMouseout="delayhidemenu()"><img src="include/designs/design_57-rot/Bilder/clan.jpg" width="125" height="23" border="0"></a></td>
                        <td><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '121px')" onMouseout="delayhidemenu()"><img src="include/designs/design_57-rot/Bilder/communiyt.jpg" width="121" height="23" border="0"></a></td>
                        <td><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '121px')" onMouseout="delayhidemenu()"><img src="include/designs/design_57-rot/Bilder/stuff.jpg" width="121" height="23" border="0"></a></td>
                        <td><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu4, '121px')" onMouseout="delayhidemenu()"><img src="include/designs/design_57-rot/Bilder/disclamer.jpg" width="121" height="23" border="0"></a></td>
                        <td><a href="?contact"><img src="include/designs/design_57-rot/Bilder/contact.jpg" width="122" height="23" border="0"></a></td>
                      </tr>
                    </table></td>
                  </tr>
    			  			  			  <tr>
    			  <td>&nbsp;</td>
    			  </tr>
                  <tr>
                    <td align="center" valign="middle"><script type="text/javascript"><!--
    google_ad_client = "pub-8109272597676827";
    google_alternate_ad_url = "http://www.zurro-gaming.de/include/designs/design_57-rot/images/webbanner/start.jpg";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "image";
    //2007-05-05: zgfx DESIGN 57
    google_ad_channel = "6218838018";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "DA0303";
    google_color_text = "000000";
    google_color_url = "DA0303";
    //-->
                    </script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
                    </script></td>
                  </tr>
                  <tr>
                    <td><img src="include/designs/design_57-rot/Bilder/boxen_mitte.jpg" width="610" height="21"></td>
                  </tr>
                  <tr>
                    <td><table width="610" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td valign="top" background="include/designs/design_57-rot/Bilder/news_box.jpg" width="204" height="91"><table width="204" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td width="15">&nbsp;</td>
                            <td width="178"><? include("sc_headlines.php"); ?><font face="Verdana" size="1" style="margin-top: 4px;">{_boxes_lastnews}</font></td>
                            <td width="11">&nbsp;</td>
                          </tr>
                        </table></td>
                        <td valign="top" background="include/designs/design_57-rot/Bilder/wars_box.jpg" width="202" height="91"><table width="202" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td width="13">&nbsp;</td>
                            <td width="185"><? include("sc_results.php"); ?>{_boxes_nextwars}</td>
                            <td width="10">&nbsp;</td>
                          </tr>
                        </table></td>
                        <td valign="top" background="include/designs/design_57-rot/Bilder/forum_box.jpg" width="204" height="91"><table width="204" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                            <td width="13">&nbsp;</td>
                            <td width="177"><? include("latesttopics.php"); ?><font face="Verdana" size="1" style="margin-top: 4px;">{_boxes_lastforum}</font></td>
                            <td width="14">&nbsp;</td>
                          </tr>
                        </table></td>
                      </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td><table width="610" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                      </tr>
                      <tr>
                        <td width="10">&nbsp;</td>
                        <td width="596">
                        {EXPLODE}
             </td>
                        <td width="10">&nbsp;</td>
                      </tr>
                    </table></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
            <td width="77" height="11" align="left" valign="top" background="include/designs/design_57-rot/Bilder/bg_farbe_rechts.jpg"><table width="182" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td background="include/designs/design_57-rot/Bilder/bg_farbe_rechts.jpg"><table width="182" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td valign="top" align="left" background="include/designs/design_57-rot/Bilder/nav_linksi.jpg" width="182" height="21"><table width="100%" border="0" cellspacing="1" cellpadding="0">
              <tr>
                <td background="include/designs/design_57-rot/Bilder/nav_linksi.jpg" width="182" height="21"><table width="100%" border="0" cellspacing="1" cellpadding="0">
                  <tr>
                    <td width="7%">&nbsp;</td>
                    <td width="62%" valign="middle"><font color="#999999" style="font-family:Tahoma; font-size:12px ; font-weight:bold">Userlogin</font></td>
                    <td width="31%">&nbsp;</td>
                  </tr>
                </table></td>
              </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td background="include/designs/design_57-rot/Bilder/bg_farbe_rechts.jpg"><table width="182" height="100" border="0" cellpadding="0" cellspacing="1">
                      <tr>
                        <td width="100%" align="left" valign="top"><? include("login.php"); ?>{_boxes_login}</td>
                      </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" background="include/designs/design_57-rot/Bilder/nav_linksi.jpg" width="182" height="21"><table width="100%" border="0" cellspacing="1" cellpadding="0">
              <tr>
                <td background="include/designs/design_57-rot/Bilder/nav_linksi.jpg" width="182" height="21"><table width="100%" border="0" cellspacing="1" cellpadding="0">
                  <tr>
                    <td width="7%">&nbsp;</td>
                    <td width="62%" valign="middle"><font color="#999999" style="font-family:Tahoma; font-size:12px ; font-weight:bold">
                    Sponsoren</font></td>
                    <td width="31%">&nbsp;</td>
                  </tr>
                </table></td>
              </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td><a href="index.php?site=contact"><img src="include/designs/design_57-rot/Bilder/sponsors.jpg" width="182" height="105" border="0"></a></td>
                  </tr>
                  <tr>
                    <td><a href="index.php?site=contact"><img src="include/designs/design_57-rot/Bilder/sponsors.jpg" width="182" height="105" border="0"></a></td>
                  </tr>
                  <tr>
                    <td><a href="index.php?site=contact"><img src="include/designs/design_57-rot/Bilder/sponsors.jpg" width="182" height="105" border="0"></a></td>
                  </tr>
                  <tr>
                    <td valign="top" align="left" background="include/designs/design_57-rot/Bilder/nav_linksi.jpg" width="182" height="21">
                    
                    {_list_menunr3@ 
                    <table width="100%" border="0" cellspacing="1" cellpadding="0">
              		<tr>
                	<td background="include/designs/design_57-rot/Bilder/nav_linksi.jpg" width="182" height="21">
                		<table width="100%" border="0" cellspacing="1" cellpadding="0">
                  		<tr>
                    	<td width="7%">&nbsp;</td>
                    	<td width="62%" valign="middle"><font color="#999999" style="font-family:Tahoma; font-size:12px ; font-weight:bold">%1</font></td>
                    	<td width="31%">&nbsp;</td>
                  		</tr>
                		</table>
                	</td>
              		</tr>
                    </table>
                    
                    </td>
                  	</tr>
                  	<tr>
                    <td valign="top" align="left" background="include/designs/design_57-rot/Bilder/box_rechts.jpg" width="182" height="109"><table width="182" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="10">&nbsp;</td>
                        <td width="168">%2</td>
                        <td width="10">&nbsp;</td>
                      </tr>
                    </table>
                    }
                    
                    
                    </td>
                  </tr>
                  <tr>
                    <td><img src="include/designs/design_57-rot/Bilder/under_box_rechts.jpg" width="182" height="82"></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td height="27" colspan="3"><table width="974" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td><img src="include/designs/design_57-rot/images/footer_63.jpg" width="465" height="36" border="0" usemap="#Map2">
                    <map name="Map2">
                      <area shape="rect" coords="136,12,200,30" href="http://z-gfx.de/" target="_blank" title="free Clandesigns, Webspell Templates,kostenlose Clantemplates">
                      <area shape="rect" coords="235,13,331,31" href="http://www.pcmasters.de/" target="_blank">
                    <area shape="rect" coords="370,12,460,30" href="http://zurro-gaming.de/" target="_blank" title="free Clandesigns, Webspell Templates,kostenlose Clantemplates">
                    </map>                </td>
                  <td background="include/designs/design_57-rot/images/footer_64.jpg" width="509" height="36">&nbsp;</td>
                </tr>
              </table></td>
            </tr>
        </table></td>
      </tr>
    </table>
    
    </center>
    
    <map name="Map">
    <area shape="poly" coords="103,1,61,44,158,46,203,2,302,3" href="#">
    <area shape="poly" coords="110,20" href="#"><area shape="poly" coords="206,2,159,46,261,45,304,3,307,2" href="#">
    <area shape="poly" coords="407,3,364,45,267,44,308,3,411,2,370,43,469,45,512,1" href="#">
    <area shape="rect" coords="525,6,605,44" href="http://z-gfx.de/" target="_blank" title="free Clandesigns, Webspell Templates,kostenlose Clantemplates">
    </map>
    </body>
    </html>
    <!-- {_list_DDDmenupoint@<strong><big>&middot;</big></strong><a %1 class="box" href="%2">%3</a><br />}//-->
    {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>}
    {_list_hmenubegi@<ul>}
    {_list_hmenuende@</ul>}
    {_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>}
    {_list_vmenubegi@<ul>}
    {_list_vmenuende@</ul>}



    verwendete ilchClan Version: 1.1

    betroffene Homepage: moneyfreaks.de


    Zuletzt modifiziert von Amok2806 am 21.12.2009 - 12:14:19
    Heute ist das Morgen von Gestern.
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Design und Templates

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten