Jump to content

iReview 2 Template for RTL Language


Anfas

Recommended Posts

Hi,

 

I'am using iReview 2 Template with JReviews, the site language is RTL and I have seen that this template doesn't support RTL Lang

 

I need some help to edit CSS files, I have created a new CSS file, template_rtl.css , and use the below code in index.php

 

 <?php if($this->direction == ‘rtl‘) : ?>

     <link rel=”stylesheet” href=”/blueprint_beez/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template_rtl.css” type=”text/css” />

     <?php endif; ?>

 

But I really don't know how to modify the new CSS file,

 

Link to comment
×
×
  • Create New...