admin wrote:
Hello,
You can modify <joomla_directory>\modules\mod_ariextmenu\mod_ariextmenu\kernel\ExtMenu\class.ExtMenu.php file and use the following code that detect RTL language is used or not:
Code: |
$lang =& JFactory::getLanguage();
if ($lang->isRTL())
{
// RTL language
}
else
{
// Non RTL language
}
|
Regards,
ARI Soft
thank you for answer
but i am beginner in php
where i could put this code and how i can call my rtl css file .
"my style-sheet file name is menu_rtl.css i put it in to
Code: |
<joomla_directory>\modules\mod_ariextmenu\mod_ariextmenu\js\css\
|
"