$view->action points to parent page breaking ajax calls
I wrote a custom single page which reads 2 additional parameters off the url
Typical URL: /index.php/mysinglepage/88/138
[code]
class mysinglepage extends PageController{
public function view($pram1 = null, $pram2 = null){
//$pram1 = 88
/…