예제 #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');
 }