summaryrefslogtreecommitdiff
path: root/demos/quickstart
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart')
-rw-r--r--demos/quickstart/protected/controls/Layout.php2
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.='&notheme=true';
$this->PrinterLink->NavigateUrl=$url;