aboutsummaryrefslogtreecommitdiff
path: root/views/default/layout/elements/title.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/layout/elements/title.php')
-rw-r--r--views/default/layout/elements/title.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/views/default/layout/elements/title.php b/views/default/layout/elements/title.php
deleted file mode 100644
index 5354352c9..000000000
--- a/views/default/layout/elements/title.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-/**
- * Elgg title element
- * @uses $vars['title'] The page title
- */
-
-$display = "<h2>" . $vars['title'] . "</h2>";
-
-echo $display; \ No newline at end of file