Changeset 10503 for trunk/include


Ignore:
Timestamp:
Apr 19, 2011, 10:08:34 PM (13 years ago)
Author:
rvelices
Message:

bug:2268 combine_script - sometimes precedent scripts were not being loaded before ...
in admin, the accordion is loaded in the header (admin pages have the same header combined script, but usually different bottom scripts)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r9606 r10503  
    11021102      {
    11031103        $load = $script->load_mode;
    1104         if ($load==0)
    1105           continue;
     1104        /*if ($load==0)
     1105          continue;*/
    11061106        foreach( $script->precedents as $precedent)
    11071107        {
Note: See TracChangeset for help on using the changeset viewer.