Skip to content

Instantly share code, notes, and snippets.

@randomresult
Last active December 29, 2015 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save randomresult/7656298 to your computer and use it in GitHub Desktop.
Save randomresult/7656298 to your computer and use it in GitHub Desktop.
Fluid-Partial to use for flux/vhs/fluid - Base to make a file-Template in PHPStorm
{namespace f=Tx_Fluid_ViewHelpers}
{namespace v=Tx_Vhs_ViewHelpers}
<div xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:flux="http://typo3.org/ns/flux/ViewHelpers"
xmlns:v="http://typo3.org/ns/vhs/ViewHelpers"
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"
>
<f:section name="PartialName">
</f:section>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment