با تحقیق به این رسیدم!

css_<?php echo $_REQUEST['lang']; ?>/template
اما این چیه ؟!

اینو کجا بنویسم ؟
البته این هم هست

<?php if($this->direction == 'rtl&#039 : ?>
<link href="templates/<?php echo $this->template ?>/css/template_rtl.css" rel="stylesheet" type="text/css" />
<?php endif; ?>

اما اینو چی کار کنم!

تو Index.php
یه همچین چیزی هست

<link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" />
زیر این اضافه کنم؟ یا بالاش ؟