From 63255263b4afc6201cd551e99a0e07368f5f25f9 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 17 Dec 2014 11:45:59 +0100 Subject: add client side plugins --- templates/index.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index 7862aab77..e732dac59 100644 --- a/templates/index.php +++ b/templates/index.php @@ -1,4 +1,6 @@ $fileName) { + style($appName, $fileName); +} +foreach (Plugin::getScripts() as $appName => $fileName) { + script($appName, $fileName); +} ?>