summaryrefslogtreecommitdiff
path: root/demos/personal
diff options
context:
space:
mode:
Diffstat (limited to 'demos/personal')
-rw-r--r--demos/personal/index.php1
-rw-r--r--demos/personal/protected/Common/LoginPortlet.php1
-rw-r--r--demos/personal/protected/Common/MainMenu.php1
-rw-r--r--demos/personal/protected/Pages/Layout.php1
-rw-r--r--demos/personal/protected/Pages/Register.php1
5 files changed, 0 insertions, 5 deletions
diff --git a/demos/personal/index.php b/demos/personal/index.php
index 1722244d..d117ba8b 100644
--- a/demos/personal/index.php
+++ b/demos/personal/index.php
@@ -12,4 +12,3 @@ require_once($frameworkPath);
$application=new TApplication;
$application->run();
-?> \ No newline at end of file
diff --git a/demos/personal/protected/Common/LoginPortlet.php b/demos/personal/protected/Common/LoginPortlet.php
index 1b93912b..53b8236b 100644
--- a/demos/personal/protected/Common/LoginPortlet.php
+++ b/demos/personal/protected/Common/LoginPortlet.php
@@ -16,4 +16,3 @@ class LoginPortlet extends TTemplateControl
}
}
-?> \ No newline at end of file
diff --git a/demos/personal/protected/Common/MainMenu.php b/demos/personal/protected/Common/MainMenu.php
index 5e1e95c0..fd543db0 100644
--- a/demos/personal/protected/Common/MainMenu.php
+++ b/demos/personal/protected/Common/MainMenu.php
@@ -9,4 +9,3 @@ class MainMenu extends TTemplateControl
}
}
-?> \ No newline at end of file
diff --git a/demos/personal/protected/Pages/Layout.php b/demos/personal/protected/Pages/Layout.php
index 7f5e5802..cca6371a 100644
--- a/demos/personal/protected/Pages/Layout.php
+++ b/demos/personal/protected/Pages/Layout.php
@@ -4,4 +4,3 @@ class Layout extends TTemplateControl
{
}
-?> \ No newline at end of file
diff --git a/demos/personal/protected/Pages/Register.php b/demos/personal/protected/Pages/Register.php
index 26f9aa50..e2416258 100644
--- a/demos/personal/protected/Pages/Register.php
+++ b/demos/personal/protected/Pages/Register.php
@@ -16,4 +16,3 @@ class Register extends TPage
}
}
-?> \ No newline at end of file