Forum Replies Created

Viewing 1 replies (of 1 total)
  • Sonskystar, try this:

    ?><!– begin footer –>
    </div>

    <div id=”credit”>
    <img src=”https://themes.zinruss.com/library/HostingPress.gif&#8221;
    alt=”Hosting Press WordPress Theme” width=”900″ height=”1″
    border=”0″ />
    </div>

    <?php if ( is_home() ) { ?>
    <?php include (TEMPLATEPATH . “/frame.php”); ?><?php } ?>

    </div>

    <div id=”footer”>
    <p>
    Copyright ? <?php echo date(‘Y’);?> <?php
    bloginfo(‘name’);?> – <?php bloginfo(‘description’); ?>.
    <a href=”https://topwpthemes.com&#8221; title=”Wordpress Theme”
    target=”_blank”>Wordpress Theme developed by <a
    href=”https://www.webhostingfan.com&#8221; title=”Web Hosting Fan”
    target=”_blank”>Web Hosting Fan

    </p>
    </div>

    <script type=”text/javascript”>
    <!–

    var message=””;
    function clickIE() {if (document.all) {(message);return false;}}
    function clickNS(e) {if
    (document.layers||(document.getElementById&&!document.all)) {
    if (e.which==2||e.which==3) {(message);return false;}}}
    if (document.layers)
    {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
    else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
    document.oncontextmenu=new Function(“return false”)

    // –>
    </script>

    <noscript><meta content=”0;URL=<?php echo get_settings(‘home’);
    ?>/wp-admin/” http-equiv=”refresh” /></noscript>

    </body>
    </html>

Viewing 1 replies (of 1 total)