page rendering

Permalink
hiho

is there way to get the links in the auto nav not as absolute links?
i guess if they were relative the page would not always render completely new and the loading bar of ios (e.g.) should not load/appear for half a second?!

am i wrong?

 
mnakalay replied on at Permalink Reply
mnakalay
I your autonav's view.php (or your template) where you have
$ni->url

use this instead
$ni->cObj->cPath

It should do the trick.

I don't know if it's going to change anything with iOs though