aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/template.class.php')
-rw-r--r--include/template.class.php5
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)
{