ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


different themes for different languge


  • 2006-05-07 05:45:21

    different themes for different languge

    Hi
    I want to have different themes for 'en' and 'fa', actually, I changed the Atutor header image and as you know 'fa' direction is write to left, and when switched to 'en' the image should be mirrored(I mean that different image should be used).
    now I want to know, how can I translate the image?( I mirrored the image and saved it by another name)

  • 2006-05-07 09:24:38

    Re: different themes for different languge

    Add the following style to themes/default/rtl.css

    And adjust accordingly


    .header {
    background-image:url('images/rtl_image.jpg');
    background-repeat:no-repeat;
    background-color: #EBF4F9;
    background-position:top right;
    }

  • 2006-05-08 01:05:38

    Re: different themes for different languge

    thanks greg:)