Last active
December 12, 2015 01:38
-
-
Save beelbrecht/4692685 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<f:render section="Main" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{namespace v=Tx_Vhs_ViewHelpers} | |
<!DOCTYPE html> | |
<html lang="de"> | |
<head> | |
<meta charset="utf-8"/> | |
<title>TYPO3 Template</title> | |
</head> | |
<body> | |
<f:layout name="Default" /> | |
<f:section name="Main"> | |
<v:page.content.render /> | |
</f:section> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
page.10 = FLUIDTEMPLATE | |
page.10 { | |
file = EXT:website_template/Resources/Private/Templates/Site/Index.html | |
layoutRootPath = EXT:website_template/Resources/Private/Templates/Site/Layouts/ | |
partialRootPath = EXT:website_template/Resources/Private/Templates/Site/Partials/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're very welcome. Anytime :)
Hope you enjoy your weekend. And VHS!
/C