summaryrefslogtreecommitdiff
path: root/views/default/saravea_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/saravea_theme/landing.php
parent65ad5d4a92bbfa1feea31d7b54e4a1cb05ab0914 (diff)
downloadsaravea_theme-403a7e53c7ed796e7e49299725fe5182fabf61ca.tar.gz
saravea_theme-403a7e53c7ed796e7e49299725fe5182fabf61ca.tar.bz2
Renaming some folders
Diffstat (limited to 'views/default/saravea_theme/landing.php')
-rw-r--r--views/default/saravea_theme/landing.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/views/default/saravea_theme/landing.php b/views/default/saravea_theme/landing.php
new file mode 100644
index 0000000..3ffdd0f
--- /dev/null
+++ b/views/default/saravea_theme/landing.php
@@ -0,0 +1,15 @@
+<?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;