Skip to content

Instantly share code, notes, and snippets.

@radmiraal
Created February 7, 2013 08:58
Show Gist options
  • Save radmiraal/4729672 to your computer and use it in GitHub Desktop.
Save radmiraal/4729672 to your computer and use it in GitHub Desktop.
protected function initializeView(\TYPO3\Flow\Mvc\View\ViewInterface $view) {
if ($this->request->getControllerActionName() === 'index') {
$view->setTemplatePathAndFilename('resource://My.Package/Private/Templates/Login/Login.html');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment