diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-18 15:51:03 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-18 15:51:03 +0200 |
commit | e7605940aee5cde5bc8a55ae403834525601fa2f (patch) | |
tree | fb3fcef37aa79f9f9f4ff63ff94c0d46fabf56b5 /module/web/templates/footer.tpl | |
parent | Added Depositfiles.com Download Plugin (diff) | |
download | pyload-e7605940aee5cde5bc8a55ae403834525601fa2f.tar.xz |
new webinterface functions
Diffstat (limited to 'module/web/templates/footer.tpl')
-rw-r--r-- | module/web/templates/footer.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/module/web/templates/footer.tpl b/module/web/templates/footer.tpl index 308b1d01b..a59b414bf 100644 --- a/module/web/templates/footer.tpl +++ b/module/web/templates/footer.tpl @@ -1,2 +1,6 @@ +%for item in use_js: +<script type="text/javascript" src="static/{{item}}"></script> +%end + </body> </html> |