diff options
Diffstat (limited to '')
-rw-r--r-- | include/template.class.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/template.class.php b/include/template.class.php index 1fdb028fb..da3c4bb38 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -899,6 +899,11 @@ class ScriptLoader $this->head_done_scripts = array(); $this->did_head = false; } + + function get_all() + { + return $this->registered_scripts; + } function add_inline($code, $require) { |