|
I'm just thinking about how to get some sort of ubb/smilies help popup added for users, so am looking at comments.tmpl
What is this part for? I am a newbie at this but at first glance it looks like there is some sort of help pop-up, or is this something else?
echo<<<PPPRINT
<tr>
<td class="$Style[tddetails]">
$pplang[addyour]:<br /><br />
<span class="$Style[small]"><a href="javascript:PopUpHelp('help/ubbcode.php')">$pplang[bbcode]</a><br />
<a href="javascript:PopUpHelp('help/smilies.php')">$pplang[smilies]</a></span>
</td>
|