From 5950fe9ad44b0fcdb9adc58e59dd3b0daaff472f Mon Sep 17 00:00:00 2001 From: Mitsuru Mutaguchi Date: Thu, 12 Jul 2018 18:29:18 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=82=BB=E3=83=83=E3=83=86=E3=82=A3?= =?UTF-8?q?=E3=83=B3=E3=82=B0=E3=83=A2=E3=83=BC=E3=83=89=E3=82=92=E3=82=BB?= =?UTF-8?q?=E3=83=83=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=A7=E7=B6=AD=E6=8C=81?= =?UTF-8?q?=E3=81=99=E3=82=8B.=E5=87=A6=E7=90=86=E8=A6=8B=E7=9B=B4?= =?UTF-8?q?=E3=81=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/NetCommons3/NetCommons3/issues/443 --- View/Elements/common_header.ctp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/View/Elements/common_header.ctp b/View/Elements/common_header.ctp index 2f9c4877..651280bd 100644 --- a/View/Elements/common_header.ctp +++ b/View/Elements/common_header.ctp @@ -88,9 +88,9 @@ if (AuthComponent::user()) {
  • - NetCommonsHtml->link(__d('pages', 'Setting mode on'), NetCommonsUrl::backToPageUrl(true) . '?' . Current::SETTING_MODE_WORD . '=1'); ?> + NetCommonsHtml->link(__d('pages', 'Setting mode on'), '/pages/change_setting_mode/?mode=1'); ?> - NetCommonsHtml->link(__d('pages', 'Setting mode off'), NetCommonsUrl::backToPageUrl() . '?' . Current::SETTING_MODE_WORD . '=0'); ?> + NetCommonsHtml->link(__d('pages', 'Setting mode off'), '/pages/change_setting_mode/?mode=0'); ?>