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