Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2006
    Posts
    16
    Plugin Contributions
    0

    Default strange characters displayingn using ocean front template

    Does anyone know how to fix this issue? there are these characters ?>> displayed on the very top left hand corner of the site I am working on, http://www.rxalternative.net/rxalternative/ Ive searched with the Developers Tool Kit and found these references, I cant find the discrepency though.


    /mnt/w0908/d03/s46/b02b328c/www/rxalternative.net/rxalternative/includes/templates/template_default/templates/tpl_checkout_payment_default.php

    Line #83 : <label class="inputLabel"<?php echo ($selection[$i]['fields'][$j]['tag']) ? ' for="'.$selection[$i]['fields'][$j]['tag'].'"': ''; ?>><?php echo $selection[$i]['fields'][$j]['title']; ?></label>


    /mnt/w0908/d03/s46/b02b328c/www/rxalternative.net/rxalternative/includes/templates/template_default/templates/tpl_message_stack_default.php

    Line #13 : <div <?php echo $output[$i]['params']; ?>><?php echo $output[$i]['text']; ?></div>


    /mnt/w0908/d03/s46/b02b328c/www/rxalternative.net/rxalternative/includes/templates/template_default/templates/tpl_modules_listing_display_order.php

    Line #25 : <option value="<?php echo $disp_order_default; ?>" <?php echo ($disp_order == $disp_order_default ? 'selected="selected"' : ''); ?>><?php echo PULL_DOWN_ALL_RESET; ?></option>

    Line #27 : <option value="1" <?php echo ($disp_order == '1' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_NAME; ?></option>

    Line #28 : <option value="2" <?php echo ($disp_order == '2' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_NAME_DESC; ?></option>

    Line #29 : <option value="3" <?php echo ($disp_order == '3' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_PRICE; ?></option>

    Line #30 : <option value="4" <?php echo ($disp_order == '4' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_PRICE_DESC; ?></option>

    Line #31 : <option value="5" <?php echo ($disp_order == '5' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_MODEL; ?></option>

    Line #32 : <option value="6" <?php echo ($disp_order == '6' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_DATE_DESC; ?></option>

    Line #33 : <option value="7" <?php echo ($disp_order == '7' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_DATE; ?></option>


    /mnt/w0908/d03/s46/b02b328c/www/rxalternative.net/rxalternative/includes/templates/template_default/templates/tpl_checkout_payment_default.php

    Line #83 : <label class="inputLabel"<?php echo ($selection[$i]['fields'][$j]['tag']) ? ' for="'.$selection[$i]['fields'][$j]['tag'].'"': ''; ?>><?php echo $selection[$i]['fields'][$j]['title']; ?></label>


    /mnt/w0908/d03/s46/b02b328c/www/rxalternative.net/rxalternative/includes/templates/template_default/templates/tpl_message_stack_default.php

    Line #13 : <div <?php echo $output[$i]['params']; ?>><?php echo $output[$i]['text']; ?></div>


    /mnt/w0908/d03/s46/b02b328c/www/rxalternative.net/rxalternative/includes/templates/template_default/templates/tpl_modules_listing_display_order.php

    Line #25 : <option value="<?php echo $disp_order_default; ?>" <?php echo ($disp_order == $disp_order_default ? 'selected="selected"' : ''); ?>><?php echo PULL_DOWN_ALL_RESET; ?></option>

    Line #27 : <option value="1" <?php echo ($disp_order == '1' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_NAME; ?></option>

    Line #28 : <option value="2" <?php echo ($disp_order == '2' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_NAME_DESC; ?></option>

    Line #29 : <option value="3" <?php echo ($disp_order == '3' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_PRICE; ?></option>

    Line #30 : <option value="4" <?php echo ($disp_order == '4' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_PRICE_DESC; ?></option>

    Line #31 : <option value="5" <?php echo ($disp_order == '5' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_MODEL; ?></option>

    Line #32 : <option value="6" <?php echo ($disp_order == '6' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_DATE_DESC; ?></option>

    Line #33 : <option value="7" <?php echo ($disp_order == '7' ? 'selected="selected"' : ''); ?>><?php echo TEXT_INFO_SORT_BY_PRODUCTS_DATE; ?></option>

  2. #2
    Join Date
    Nov 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: strange characters displaying

    [QUOTE=bishop999;589639]Does anyone know how to fix this issue? there are these characters ?>> displayed on the very top left hand corner of the site I am working on, http://www.rxalternative.net/rxalternative/ Ive searched with the Developers Tool Kit and found these references, I cant find the discrepency though.

    Just in case some one else has this issue, I found this line using the developement kit in the admin tools , there was a double instance of the characters

    /mnt/w0908/d03/s46/b02b328c/www/rxalternative.net/rxalternative/includes/templates/ocean_front/common/tpl_main_page.php

    Line #55 : <body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>?>>

 

 

Similar Threads

  1. Ocean Front Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 269
    Last Post: 12 Sep 2011, 09:25 PM
  2. Strange characters in bulletins
    By juanmaminage in forum General Questions
    Replies: 2
    Last Post: 16 May 2009, 12:52 PM
  3. Using Darkness template-Customizing front page?????
    By hybridwookie in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Aug 2007, 10:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg