<?php
defined(
'_JEXEC'
) or die(
'Restricted access'
);
$greeting = trim ($params->get(
'greeting'
));
?>
<p>
<?php
echo
$greeting;
?>
, World!
</p>