php - How to make Joomla SEBLOD RTL? -
i'm using joomla 3.1.1. , came accross problem while using seblod extention.
whate php code have use (template override) in order make website rtl ?
take code example, need use in order make rtl ?
websitename/templates/seb_one/positions/mycontentname/content/mainbody.php:
<?php // no direct access defined( '_jexec' ) or die; ?> <p><?php echo $cck->renderfield('test'); ?></p>
Comments
Post a Comment