Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Guest noname

wie kann ich diese verdammte leiste wegkriegen?

Recommended Posts

Guest noname

.................................

Edited by noname

Share this post


Link to post

Probiere es mal aus (sicherheitskopie der Datei anlegen!):

Nimm dir die skin_boards.php

und suche folgenden Eintrag:

function end_this_cat() {

global $ibforums;

return <<<EOF

<tr>

          <td class='darkrow2' colspan="5">&nbsp;</td>

        </tr>

      </table>

    </div>

    <br />

EOF;

}
Wenn du den Teil rauslässt, dann sollte das gehen:
<tr>

          <td class='darkrow2' colspan="5">&nbsp;</td>

        </tr>

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×