コード例 #1
0
ファイル: theme.php プロジェクト: ZyXelP/oxwall
 public function resetGraphics()
 {
     $this->themeService->resetImageControl(OW::getThemeManager()->getSelectedTheme()->getDto()->getId(), trim($_GET['name']));
     $this->redirect(OW::getRouter()->urlForRoute('admin_themes_edit'));
 }
コード例 #2
0
ファイル: theme.php プロジェクト: vazahat/dudex
 public function resetGraphics()
 {
     $this->themeService->resetImageControl(OW::getThemeManager()->getSelectedTheme()->getDto()->getId(), trim($_GET['name']));
     $this->redirectToAction('settings');
 }