Maghiel,
that does not work, 'rel' has to be passed in as an array. As stated in my original message I tried a few variations but I can't get it right. The manual does not mention no follow links. - Mike From: Maghiel Dijksman [via Zend Framework Community] [mailto:[email protected]] Sent: Saturday, February 20, 2010 11:41 AM To: Iron_Mike Subject: RE: Navigation view helper and nofollow links You can find information about the rel attribute in the manual: http://framework.zend.com/manual/en/zend.navigation.pages.html and http://framework.zend.com/manual/en/zend.view.helpers.html#zend.view.helpers .initial.navigation.links I think syntax for nofollow is something like: Zend_Navigation_page::factory(array( 'label' => 'My Relation', 'rel' => 'nofollow' ) ); I could be wrong though, did not test this. Regards, Maghiel On 20-2-2010 20:24, Iron_Mike wrote: > Anybody ? > _____ View message @ http://n4.nabble.com/Navigation-view-helper-and-nofollow-links-tp661766p1563 063.html To unsubscribe from RE: Navigation view helper and nofollow links, click < (link removed) vby5jb218MTU2MzA1MXwtNzE0NTY1MzQ=> here. -- View this message in context: http://n4.nabble.com/Navigation-view-helper-and-nofollow-links-tp661766p1563067.html Sent from the Zend Framework mailing list archive at Nabble.com.
