1 2 3 4 5 6 7 8
<?php /** * Install welcome page */ echo elgg_autop(elgg_echo('install:welcome:instructions')); echo elgg_view('install/nav', $vars);