From 67fac572b53e7f368c84663dbbca253433b58f65 Mon Sep 17 00:00:00 2001 From: damjan <damjan@sgalinski.de> Date: Wed, 2 Sep 2015 00:06:21 +0200 Subject: [PATCH] [FEATURE] Adapting a template to fit into Forger layout --- Resources/Private/Layouts/Default.html | 1 + Resources/Private/Templates/Tsref/Index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/Private/Layouts/Default.html b/Resources/Private/Layouts/Default.html index a5b39c4..a0bed92 100644 --- a/Resources/Private/Layouts/Default.html +++ b/Resources/Private/Layouts/Default.html @@ -15,5 +15,6 @@ <f:render section="Title" /> </h1> <f:render section="Content" /> + <f:render section="Javascripts" /> </body> </html> \ No newline at end of file diff --git a/Resources/Private/Templates/Tsref/Index.html b/Resources/Private/Templates/Tsref/Index.html index fee2f03..3540349 100644 --- a/Resources/Private/Templates/Tsref/Index.html +++ b/Resources/Private/Templates/Tsref/Index.html @@ -1,4 +1,5 @@ <f:layout name="Default" /> +<f:section name="Javascripts"></f:section> <f:section name="Title">Index view of Standard controller</f:section> -- GitLab