Ignore:
Timestamp:
Apr 3, 2012, 8:18:26 PM (12 years ago)
Author:
rvelices
Message:
  • is_homepage not set for flat view/calendar modes
  • added require jquery for some footer_script
  • removed unused/unnecesary css (hope I'm done for now)
  • if page[start] is greater than number of items than page not found (google+bing bots automatically detect patterns and increment start parameter)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/index.tpl

    r13870 r13872  
    1818                        {/foreach}
    1919                </div>
    20                 {footer_script}{literal}
     20                {footer_script require='jquery'}{literal}
    2121jQuery("#sortOrderLink").click(function() {
    2222        var elt = jQuery("#sortOrderBox");
     
    4646                        {/foreach}
    4747                </div>
    48                 {footer_script}{literal}
     48                {footer_script require='jquery'}{literal}
    4949jQuery("#derivativeSwitchLink").click(function() {
    5050        var elt = jQuery("#derivativeSwitchBox");
Note: See TracChangeset for help on using the changeset viewer.