Changeset 8449 for trunk/include


Ignore:
Timestamp:
Jan 3, 2011, 6:28:08 AM (13 years ago)
Author:
rvelices
Message:
  • fix js exception with web services in POST mode
  • added accessor for registered scripts in template
  • added css rule for plugins (images in the categoryActions) it was previsously there but it dissapeared with the sprites
File:
1 edited

Legend:

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

    r8401 r8449  
    900900    $this->did_head = false;
    901901  }
     902       
     903        function get_all()
     904        {
     905                return $this->registered_scripts;
     906        }
    902907
    903908  function add_inline($code, $require)
Note: See TracChangeset for help on using the changeset viewer.