function showAside()
 {
     if ($this->desktopMode() == false) {
         parent::showAside();
     }
 }