joomla/mod_api_40_5/tmpl/default.php
<?php
defined( '_JEXEC' ) or die( 'Restricted Access' );
# titel zeile
echo "<font color=$color>
Hallo $userA[0]!";
if ($tooltipUse) {
JHTML::_('behavior.tooltip'); // tooltip aktivieren
echo ' ' . JHTML::tooltip($userA[1] . ' ⇒ uriParamter tooltip=0 or configParam to move to text', $tooltipTitle, $tooltipImg); // tooltip platzieren
} else {
echo "<br/>$userA[1] <br/>⇒ uriParamter tooltip=1 or configParam to move to tooltip"; // auf neue Zeile schreiben
}
?>
</font>