diff options
-rw-r--r-- | demos/quickstart/protected/controls/Layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|