Forum Replies Created

Viewing 1 replies (of 1 total)
  • I hope that someone can assist – I’m not the web developer but would like to correct this proplem.
    I get the following error:
    Parse error: syntax error, unexpected ‘;’, expecting T_STRING or T_VARIABLE or ‘$’ in /home/urbanspa/public_html/wordpress/wp-content/themes/pda-group/footer.php on line 18

    I’ve looked at the footer.php files and the obvious deduction from the “viagra add” is that its been hacked 😉

    This is the full code:
    <?php
    if ( ! is_front_page() ) :
    ?>
    </div> <!– end #services –>

    <!– BEGIN FOOTER –>
    <div id=”footer-wrap”>
    <div id=”footer” class=”container_16 clearfix”>
    </div> <!– end #footer –>
    </div> <!– end #footer-wrap –>
    <!– END FOOTER –>
    <?php
    endif;
    ?>

    <div id=”bottom-wrap”>
    <div id=”bottom” class=”container_16 clearfix”>
    <p><?php apply_filters( 'footer_text', printf( __( '%d Copyright %s. All Rights Reserved. Brought to you by: METIS' ), date('Y'), get_bloginfo('name') ) ); ?></p>
    <?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
    <?php
    $args = array( 'container' => false, 'theme_location' => 'footer', 'depth' => 1, 'menu_class' => false );
    ?>
    <?php wp_nav_menu( $args ); ?>
    </div> <!– end #bottom –>
    </div> <!– end #bottom-wrap –>
    <!– END BOTTOM –>

    <?php wp_footer(); ?>

    viagra 100mg</body>
    </html>

    Can anyone please assist with this please?!

Viewing 1 replies (of 1 total)