Code: Alles auswählen
<li class="icon-home"><a href="./portal.php">Portal</a> » <a href="./index.php" accesskey="h">Foren-Übersicht</a> </li> Code: Alles auswählen
<li class="icon-home"><a href="./portal.php">Portal</a> » <a href="./index.php" accesskey="h">Foren-Übersicht</a> </li> prosilver/template/overall_header (da du nichts erwähnt hast gehe ich von prosilver Style aus).Code: Alles auswählen
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
Code: Alles auswählen
<li class="icon-home">Code: Alles auswählen
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->Code: Alles auswählen
<li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>breadcrumbs.html öffnen.Code: Alles auswählen
<p class="breadcrumbs">Ja aber bei den anderen Styles wird nichts angezeigt...Dark Revil ,Neon ,prosilver ,subsilver2Kirk hat geschrieben:Den code den du oben gepostet hast, ist aber von prosilver.
Du musst bei subsilver die Dateibreadcrumbs.htmlöffnen.
Suche dort nach:Code: Alles auswählen
<p class="breadcrumbs">
Code: Alles auswählen
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong>
In-line Find
Tip: This is a partial match of a line for in-line operations.
Code:Select all
<li class="icon-home">
In-line Add after
Code:Select all
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->