aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-01-03 05:28:08 +0000
committerrvelices <rv-github@modusoptimus.com>2011-01-03 05:28:08 +0000
commit7d6af124783aab12e8ca4877b1c12738813901c3 (patch)
tree5bddf0fd8c26dd69622ca0f09ba8cff39f21d51d /include/template.class.php
parent6f99445d757f3ed478918de553206de97b864227 (diff)
- 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 git-svn-id: http://piwigo.org/svn/trunk@8449 68402e56-0260-453c-a942-63ccdbb3a9ee
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)
{