From 078b95fc8e429e61d47094479c3a70c1a0bbfdaf Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Wed, 9 Oct 2013 19:40:38 +0200 Subject: [PATCH] Duplicate scripts/stylesheets now included once --- src/Views/layout-normal.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Views/layout-normal.phtml b/src/Views/layout-normal.phtml index 75dfac9f..4d2c4569 100644 --- a/src/Views/layout-normal.phtml +++ b/src/Views/layout-normal.phtml @@ -7,10 +7,10 @@ <?php echo $this->context->title ?> - context->stylesheets as $name): ?> + context->stylesheets) as $name): ?> - context->scripts as $name): ?> + context->scripts) as $name): ?>