summaryrefslogtreecommitdiff
path: root/views/default/saravea_theme/landing.php
blob: 3ffdd0ff2959dbe0e0912433678d4e7fdb55863e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;