From 4f25a1be0ff8fd896485c3872dbf89f480e4b07b Mon Sep 17 00:00:00 2001
From: Eric Lippmann <eric.lippmann@netways.de>
Date: Fri, 28 Jun 2013 09:34:28 +0200
Subject: [PATCH] Add inline.phtml view script

refs #4301
---
 application/layouts/scripts/inline.phtml | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 application/layouts/scripts/inline.phtml

diff --git a/application/layouts/scripts/inline.phtml b/application/layouts/scripts/inline.phtml
new file mode 100644
index 000000000..1157e8ca9
--- /dev/null
+++ b/application/layouts/scripts/inline.phtml
@@ -0,0 +1,4 @@
+<?= $this->layout()->moduleStart ?>
+<?= $this->layout()->content ?>
+<?= $this->layout()->benchmark ?>
+<?= $this->layout()->moduleEnd ?>