hello !!!!
this learning will convert your pages of phpnuke to a right to left
this is great for languages that have a right to left writen
first you must edit file : \html\header.php
and then find this line :
and edit it to this :
this will convert all pages to right to left
then u must to look to images files in theme folders
change every left file to right file for example if any pic in your theme is named "borde-left.jpg" and "border-right.jpg" change 2 files by rename two files to another one
this will your theme be a clean Right to Left theme
good luck

this learning will convert your pages of phpnuke to a right to left
this is great for languages that have a right to left writen
first you must edit file : \html\header.php
and then find this line :
| Code: |
|
echo "<html>\n"; |
and edit it to this :
| Code: |
|
echo "<html dir=\"rtl\">\n"; |
this will convert all pages to right to left
then u must to look to images files in theme folders
change every left file to right file for example if any pic in your theme is named "borde-left.jpg" and "border-right.jpg" change 2 files by rename two files to another one
this will your theme be a clean Right to Left theme
good luck
