From 261cdaa7b996ba910fddb883f892aa5b0b15a470 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 9 Feb 2006 21:23:51 +0000 Subject: Fixed a bug of mainmenu url. --- demos/quickstart/protected/controls/Layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/quickstart/protected/controls') diff --git a/demos/quickstart/protected/controls/Layout.php b/demos/quickstart/protected/controls/Layout.php index 21eb764e..d58cabfa 100644 --- a/demos/quickstart/protected/controls/Layout.php +++ b/demos/quickstart/protected/controls/Layout.php @@ -14,7 +14,7 @@ class Layout extends TTemplateControl parent::onLoad($param); $url=$this->Request->RequestUri; if(strpos($url,'?')===false) - $url.='index.php?notheme=true'; + $url.='?notheme=true'; else $url.='¬heme=true'; $this->PrinterLink->NavigateUrl=$url; -- cgit v1.2.3