Anfas Posted June 28, 2013 at 06:43 PM Share Posted June 28, 2013 at 06:43 PM 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
Kristian Posted June 28, 2013 at 07:27 PM Share Posted June 28, 2013 at 07:27 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts