Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi

    you must use the Editor, go to footer.php

    and then clear the text and paste this code
    `<?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the id=main div and all content
    * after. Calls sidebar-footer.php for bottom widgets.
    *
    * @package Cryout Creations
    * @subpackage parabola
    * @since parabola 0.5
    */
    ?> <div style=”clear:both;”></div>
    </div> <!– #forbottom –>
    </div><!– #main –>

    <footer id=”footer” role=”contentinfo”>
    <div id=”colophon”>

    <?php get_sidebar( ‘footer’ );?>

    </div><!– #colophon –>

    <div align=”center” id=”footer2″>

    <table width=”200″ height=”150″ border=”0″ align=”center”>
    <tr>
    <td height=”29″ align=”center”>Company name
    </td>
    </tr>
    <tr>
    <td height=”50″ align=”center”><p>your adress
    your name</p></td>
    </tr>
    <tr>
    <td align=”center”>Mobil:
    E-Mail: </td>
    </tr>

    </footer><!– #footer –>
    </div><!– #wrapper –>

    </body>
    </html>

    ps: sry for my english ^^

Viewing 1 replies (of 1 total)