Hi,
I am trying to edit the index.php file to not load the whole sidebar on certain devices rather than just hiding it in order to save some ressources. The idea is to
use this
I found thedisplayMainbody('mainbody','sidebar','standard','standard','standard','standard','standard')
but when I delete 'sidebar', nothing happens and it is still being displayed. I tried to edit body_mainbody.php on <?php echo $fparams->sidebars; ?> but any alteration it messes up the page.
Any advice?
thanks