[Neos] Show the actual URL on the site
    Bastian Waidelich 
    bastian at typo3.org
       
    Mon Jan  6 16:39:48 CET 2014
    
    
  
Patric Eckhart wrote:
Hi Patric,
> can I show the actual url, like http://neos.mydomain.com/homepage.html
> on the site? (maybe with fluid?)
Yes, this should work with the uri.node / link.node ViewHelpers that 
fallback to the current document node if you don't specify one:
{namespace neos=TYPO3\Neos\ViewHelpers}
{neos:uri.node(absolute: true)}
HTH
-- 
Bastian Waidelich
    
    
More information about the Neos
mailing list