In my project, I'm displaying my views in a lightbox and I don't want the top-navigation to be loaded. I'm using:
$this->render('ajax');
That way, only the content is loaded and it looks nice inside the lightbox.
The problem is, when I share the view-link.
Clicking the view-link only shows the view page WITHOUT top-navigation (etc.)
Any idea, how I could change the render-value only for the view-mehtod?