Ejemplo n.º 1
0
 public function resetGraphics()
 {
     $this->themeService->resetImageControl(OW::getThemeManager()->getSelectedTheme()->getDto()->getId(), trim($_GET['name']));
     $this->redirect(OW::getRouter()->urlForRoute('admin_themes_edit'));
 }
Ejemplo n.º 2
0
 public function resetGraphics()
 {
     $this->themeService->resetImageControl(OW::getThemeManager()->getSelectedTheme()->getDto()->getId(), trim($_GET['name']));
     $this->redirectToAction('settings');
 }