Hi there,
i've created a widget that shows severals links. Each link must route to a different view/theme
What is the correct way to use FRoute::apps ?
I'm using this to create an url to each link
FRoute::apps(array( 'layout' => 'canvas' , 'id' => $app->alias , 'uid' => $user->getAlias() , 'type' => SOCIAL_TYPE_USER ))
but this is routing to the Theme/Canvas/Default
how to route for example to Theme/Canvas/OtherPage.php ??
Plz help me in here...(and dont ask me to look to the tasks APP because i've allready done that and i dont saw any good example of what i need)
Thanks in advance