wijziging in UCP_header.html wordt niet getoond
Geplaatst: 12 mei 2008, 13:57
- Adres van je forum: /
Event. modificaties op je forum: /
Wanneer ontstond het probleem? toen ik een aanpassing maakte in ucp_header.html
phpBB versie: 3.0.1
Heb je onlangs iets veranderd aan je forum? een aanpassing in ucp_header.html
Wat is het probleem?
Eerst :
Code: Selecteer alles
<div id="tabs">
<ul>
<!-- BEGIN t_block1 -->
<li <!-- IF t_block1.S_SELECTED -->class="activetab"<!-- ENDIF -->><a href="{t_block1.U_TITLE}"><span>{t_block1.L_TITLE}</span></a></li>
<!-- END t_block1 -->
</ul>
</div>
Code: Selecteer alles
<div id="tabs">
<ul>
<!-- BEGIN t_block1 -->
<li <!-- IF t_block1.S_SELECTED -->class="activetab"<!-- ENDIF -->><a href="{t_block1.U_TITLE}"><span>{t_block1.L_TITLE}</span></a></li>
<!-- END t_block1 -->
<li><a href="ucp.php?i=190"><span>{L_CURSUS_MANAGEMENT}</span></a></li>
</ul>
</div>