From 4945d1fb9856d92ab4dd9a0f65a11928f65f9b28 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 18 May 2006 18:12:39 +0000 Subject: Merge from 3.0 branch till 1079. --- demos/quickstart/protected/controls/Layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/quickstart/protected/controls/Layout.php') diff --git a/demos/quickstart/protected/controls/Layout.php b/demos/quickstart/protected/controls/Layout.php index d58cabfa..7c2cbd85 100644 --- a/demos/quickstart/protected/controls/Layout.php +++ b/demos/quickstart/protected/controls/Layout.php @@ -16,7 +16,7 @@ class Layout extends TTemplateControl if(strpos($url,'?')===false) $url.='?notheme=true'; else - $url.='¬heme=true'; + $url.='&notheme=true'; $this->PrinterLink->NavigateUrl=$url; if(isset($this->Request['notheme'])) -- cgit v1.2.3