Elgg  Version 2.3
welcome.php
Go to the documentation of this file.
1 <?php
6 echo elgg_autop(elgg_echo('install:welcome:instructions'));
7 
8 echo elgg_view('install/nav', $vars);
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
$vars['entity']
elgg_autop($string)
Create paragraphs from text with line spacing.
Definition: output.php:46
elgg echo
Translates a string.
Definition: languages.js:48
elgg_view($view, $vars=array(), $ignore1=false, $ignore2=false, $viewtype= '')
Return a parsed view.
Definition: views.php:336