Beispiel #1
0
function IncludeHelp($tmpl)
{
    if ($tmpl == "comment") {
        return FSTAdminHelper::IncludeHelp('email_comment.html');
    } elseif ($tmpl == "messagerow") {
        return FSTAdminHelper::IncludeHelp('email_messagerow.html');
    } else {
        return FSTAdminHelper::IncludeHelp('email_support.html');
    }
}
Beispiel #2
0
echo JText::_('TMPLHELP_WARN1');
?>
					</span>
				</td>
				<td valign="top" width="450" id="comments_testmod_row">
					<textarea name='comments_testmod' id="comments_testmod" rows="12" cols="80" style="float:none;"><?php 
echo $this->settings['comments_testmod'];
?>
</textarea><br>
					<textarea id="comments_testmod_default" rows="12" cols="80" style="display:none;"><?php 
echo $this->settings['comments_testmod_default'];
?>
</textarea><br>
				</td>
				<td><div class="fst_help"><?php 
echo FSTAdminHelper::IncludeHelp("comment.htm");
?>
</div></td>
			</tr>
		</table>
	</fieldset>
</div>


<?php 
//
?>

<div id="tab_visual" style="display:none;">