summaryrefslogtreecommitdiff
path: root/app/php/layouts/Layout.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/layouts/Layout.php')
-rw-r--r--app/php/layouts/Layout.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/php/layouts/Layout.php b/app/php/layouts/Layout.php
deleted file mode 100644
index 324c69f..0000000
--- a/app/php/layouts/Layout.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-class Layout extends TTemplateControl {
-
- public function generateViewID() {
- return $this->ViewID->Value ?: md5(mt_rand());
- }
-
-}
-
-?>