Exemple #1
0
 /**
  * Disable mobile Theme 
  *
  * @return string html output
  */
 public function disableMobileTheme()
 {
     CookieUtil::setCookie('zikulaMobileTheme', '2', time()+3600*24*365, '/');
     return $this->redirect(System::getHomepageUrl());
 }