summaryrefslogtreecommitdiff
path: root/views/default/n1_theme/landing.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-10-09 04:41:01 +0200
committerSem <sembrestels@riseup.net>2012-10-09 04:41:01 +0200
commit4ded39b120dc9f2829f87c6af132f1b2cc14ab7f (patch)
tree34a6f5a419da4628dfdf0c18a1acc64ae41f2787 /views/default/n1_theme/landing.php
parent5727d85ced9ae87d010b47ac99aab8adcd686a2e (diff)
downloadsaravea_theme-4ded39b120dc9f2829f87c6af132f1b2cc14ab7f.tar.gz
saravea_theme-4ded39b120dc9f2829f87c6af132f1b2cc14ab7f.tar.bz2
Merged Call4Design.
Diffstat (limited to 'views/default/n1_theme/landing.php')
-rw-r--r--views/default/n1_theme/landing.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/views/default/n1_theme/landing.php b/views/default/n1_theme/landing.php
new file mode 100644
index 0000000..83132a9
--- /dev/null
+++ b/views/default/n1_theme/landing.php
@@ -0,0 +1,13 @@
+<?php
+
+$title = elgg_echo('n1_theme:landing:title');
+$subtitle = elgg_echo('n1_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;