فایل index.php قالب پیش فرض تونو باز کنید و مابین 2 تگ head آن کد زیر را اضافه کنید.
سپس استایل های مربوط به زبان پارسی را در template_rtl.css و استایل های مربوط به زبان های چپ چین را در فایل template.css بنویسید. به این ترتیب میتونید کاری که میخواهید را انجام بدید.کد:<?php if($this->direction == 'rtl') : ?> <link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template_rtl.css" rel="stylesheet" type="text/css" /> <?php else: ?> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/template.css" type="text/css" /> <?php endif; ?>




علاقه مندی ها (Bookmarks)