well I have two languages joomla website, am using Joomla Fish,
I used the way which uses 3 template files, Index.php, indexrtl.php and indexltr.php
Indexs are in the attachement
well the website is working fine with Indexrtl.php which is called in this way :
Code: Select all
http://www.xxxxxx.com/index.php?lang=ar
Code: Select all
http://www.xxxxxx.com/index.php?lang=en
which is:Fatal error: Call to undefined function: getcurrentmenuindex() in /mnt/hdc3/www/virtual/xxxxxxxxx.com/htdocs/test/templates/CIETSN/index_ltr.php on line 61
Code: Select all
$ja_headerimg = $ja_header_images [getCurrentMenuIndex() % count($ja_header_images)];
Please I need a fast solution
Regards,
Ahmed