hi
i have problem in the paginations
عرض {start} الى {end} من {total} ({pages} صفحات)
how i can fix it please?
Check admin/language/your_language/your_language .php
pagination text should have this format:
You are using format of older version.
pagination text should have this format:
Code: Select all
$_['text_pagination'] = 'Showing %d to %d of %d (%d Pages)';
this error appear
Parse error: syntax error, unexpected end of file in /home/jteam/public_html/oc/admin/language/arabi/arabi.php on line 1
the deafult code in the theme :
Parse error: syntax error, unexpected end of file in /home/jteam/public_html/oc/admin/language/arabi/arabi.php on line 1
the deafult code in the theme :
Code: Select all
$_['text_pagination'] = 'عرض {start} الى {end} من {total} ({pages} صفحات)';
thank you i edited it to be
Code: Select all
$_['text_pagination'] = 'عرض %d الى %d من %d (%d صفحات)';
Who is online
Users browsing this forum: No registered users and 3 guests