I found a tiny mistake link definition in timeline_link function.
Something like that.

//$links['timeline'] = l(t('timeline'), 'timeline/events', array('title' => t('Timeline view')));                                                                       
        $links['timeline'] = array(                                                                                                                                             
            'title' => t('Timeline view'),                                                                                                                                      
            'href' => 'timeline/events'                                                                                                                                         
        );  

Thank you for this module ... ;)

Comments

jmiccolis’s picture

I'm not sure I follow what you are trying to say, the current code looks correct to me. If you can post a patch it would be helpful.

Thanks.

pathscollide’s picture

If I'm not mistaken, it's related to this:
http://drupal.org/node/64279#handling-of-links

jmiccolis’s picture

Status: Active » Fixed

Thanks to both of you for pointing this out. It is now fixed in cvs.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.