mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1583 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7e9b3a8e85
commit
b33a1d1893
6 changed files with 10 additions and 5 deletions
|
|
@ -111,6 +111,7 @@
|
|||
} else {
|
||||
Context::set('current_url',$this->getRequestUri());
|
||||
}
|
||||
Context::set('request_uri',Context::getRequestUri());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -503,7 +504,7 @@
|
|||
if($target=='act.mid' && !ereg('([A-Z]+)',$get_vars['act'])) return sprintf('%s%s/%s',$this->path,$get_vars['mid'],$get_vars['act']);
|
||||
elseif($target=='document_srl.mid') return sprintf('%s%s/%s',$this->path,$get_vars['mid'],$get_vars['document_srl']);
|
||||
elseif($target=='act.document_srl') return sprintf('%s%s/%s',$this->path,$get_vars['document_srl'],$get_vars['act']);
|
||||
elseif($target=='mid.page') return sprintf('%s%s/page/%s',$this->path,$get_vars['mid'],$get_vars['page']);
|
||||
//elseif($target=='mid.page') return sprintf('%s%s/page/%s',$this->path,$get_vars['mid'],$get_vars['page']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue