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