Nobody know that?
From: [email protected] To: [email protected] Date: Mon, 21 Sep 2009 04:48:34 +0200 Subject: [fw-general] Navigation view helper and nofollow links Hello, I use to build menu in my application using $this->navigation()->menu($container) where $container is a Zend_Navigation instance that contains instances of Zend_Navigation_Page. Everything works fine, except that I cannot find the correct way to render the 'rel' attribute with nofollow value. This is an example of the code I use $container->addPage(Zend_Navigation_Page::factory(array( 'uri' => $myuri, 'label' => $mylabel, 'class' => $myclass, 'rel' => array('nofollow'=>'nofollow'), // something wrong here... 'order' => $sort )) Links are rendered without rel, so the question is, what should be the rel array to be rendered as 'nofollow' ? Thanks Scarica Messenger gratis: comunica, divertiti e condividi rapidamente! _________________________________________________________________ Messenger 2009: vieni a scoprire tutte le novità ! http://www.messenger.it/
