2013-07-08, 06:21:18
to enable HTML in s3slider replace
to
in plugin_s3slider.php
Code:
<span><strong><?php echo htmlspecialchars(@$item['_title']); ?></strong><br/><?php echo htmlspecialchars(@$item['_description']); ?></span>
Code:
<span><strong><?php echo htmlspecialchars(@$item['_title']); ?></strong><br/><?php echo @$item['_description'] ?></span>