Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Kolingua

Pioneers
  • Posts

    39
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Kolingua reacted to kymation in [Addon} Theme Switcher   
    The datepicker localization code (in template_top.php) is:
     

    <?php if (tep_not_null(JQUERY_DATEPICKER_I18N_CODE)) { ?> <script type="text/javascript" src="ext/jquery/ui/i18n/jquery.ui.datepicker-<?php echo JQUERY_DATEPICKER_I18N_CODE; ?>.js"></script> <script type="text/javascript"> $.datepicker.setDefaults($.datepicker.regional['<?php echo JQUERY_DATEPICKER_I18N_CODE; ?>']); </script> <?php } ?>
     
    Move that code after this line:
     

    <?php echo $oscTemplate->getBlocks('header_tags'); ?>
     
    Please let me know if that works.
     
    Regards
    Jim
×
×
  • Create New...