![]() |
[Suche] HILFE bei einem Template - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Theme-Diskussionen (https://www.mybb.de/forum/forum-84.html) +--- Thema: [Suche] HILFE bei einem Template (/thread-21607.html) |
[Suche] HILFE bei einem Template - Aqoniis - 10.08.2009 Ich hab ein Problem ich wollte die Legende unten also die Icons ON/OFF/OFFLOCK sind bei mir ganz weg da steht jetzt nur die Schrift. Code: <html> <head> <title>{$mybb->settings['bbname']}</title> {$headerinclude} {$overview_headerinclude} <script type="text/javascript"> <!-- lang.no_new_posts = "{$lang->no_new_posts}"; lang.click_mark_read = "{$lang->click_mark_read}"; // --> </script> </head> <body{$overview_body_onload}> {$header} {$overview} {$forums} {$boardstats} <dl class="forum_legend smalltext"> <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt> <dd>{$lang->new_posts}</dd> <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt> <dd>{$lang->no_new_posts}</dd> <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt> <dd>{$lang->forum_locked}</dd> </dl> <br style="clear: both" /> {$footer} {$overview_body} </body> </html> Was ist da Falsch? Geht auf www.i-Community.bplaced.net und Scrollt ganz runter und schaut euch das an was ich meine! MFG Aqoniis RE: [Suche] HILFE bei einem Template - ows - 10.08.2009 Hat sich das erledigt? Ich sehe zumindest keine Fehler. |