Elgg  Version 1.11
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
elgg_autop($string)
Create paragraphs from text with line spacing.
Definition: output.php:56
elgg echo
Translates a string.
Definition: languages.js:43
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.
Definition: views.php:354
if(file_exists($welcome)) $vars
Definition: upgrade.php:93