Code: Select all
echo $this->CreateLink($id, 'default', $returnid, 'Logowanie', array(), '', false, false, '', false, 'gabloty/gablotki/login_form');
Code: Select all
function SetParameters(){
$this->RegisterRoute('/gabloty\/gablotki\/(?P<action>login_form)$/', array('action'=>'login_form'));
}
Maby I don't understand it correctly. I looked into Album module but everything seems to be like in my module. I don't understend why page hierarchy isn't preserved. Maby there is some way to do it but i can't find it

Any ideas what I'm doing wrong? Thanks for help and sorry for my poor english.