From 07df57109d5b04772285ec59795540185a4a56b6 Mon Sep 17 00:00:00 2001 From: Amigo <49749100+aamigo@users.noreply.github.com> Date: Tue, 6 Aug 2019 17:14:51 +0200 Subject: [PATCH] Updated 015 Adding Templates and Layouts to a Site View (markdown) --- 015-Adding-Templates-and-Layouts-to-a-Site-View.md | 1 + 1 file changed, 1 insertion(+) diff --git a/015-Adding-Templates-and-Layouts-to-a-Site-View.md b/015-Adding-Templates-and-Layouts-to-a-Site-View.md index 7a0dfbe..759cfcb 100644 --- a/015-Adding-Templates-and-Layouts-to-a-Site-View.md +++ b/015-Adding-Templates-and-Layouts-to-a-Site-View.md @@ -3,6 +3,7 @@ ### Relationship Between Templates/Layouts In Views [00:00:00](https://www.youtube.com/watch?v=6VBbi3Rl2eY&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h00m00s) +(_Click on this time links to see Youtube video_) Now that we added a dynamic get to a site view and looked at how to access the data sets through the examples snippets, we need to understand how layouts and templates link into site views; to know what the site view in the code, the templates, and the layout in the code itself is and how Joomla do load these things.