summaryrefslogtreecommitdiff
path: root/views/default/n1_theme/landing.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-16 01:10:08 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-16 01:10:08 -0200
commit403a7e53c7ed796e7e49299725fe5182fabf61ca (patch)
treea8787c0325696cb475e69768ca6638a79e9c7633 /views/default/n1_theme/landing.php
parent65ad5d4a92bbfa1feea31d7b54e4a1cb05ab0914 (diff)
downloadsaravea_theme-403a7e53c7ed796e7e49299725fe5182fabf61ca.tar.gz
saravea_theme-403a7e53c7ed796e7e49299725fe5182fabf61ca.tar.bz2
Renaming some folders
Diffstat (limited to 'views/default/n1_theme/landing.php')
-rw-r--r--views/default/n1_theme/landing.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/views/default/n1_theme/landing.php b/views/default/n1_theme/landing.php
deleted file mode 100644
index 3ffdd0f..0000000
--- a/views/default/n1_theme/landing.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-elgg_load_css('n1:landing_page');
-
-$title = elgg_echo('saravea_theme:landing:title');
-$subtitle = elgg_echo('saravea_theme:landing:subtitle');
-
-echo <<<HTML
-<div id="n1-landing">
-<div id="n1-landing-inner">
-<p id="n1-landing-title">$title</p>
-<p id="n1-landing-subtitle">$subtitle</p>
-</div>
-</div>
-HTML;