View Single Post
ישן 05-11-08, 18:32   # 2
SniR-S
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Aug 2008
הודעות: 546

SniR-S לא מחובר  

זה אמור לעבוד:
PHP קוד:
            $target ""
            
$row['icon'] = str_replace("<IMG>","$this->images"$row['icon']); 
            
$row['url'] = str_replace("<MKURL>","$this->siteurl"$row['url']); 
            
$row['url'] = str_replace("<MKFURL>","$mkportals->base_url"$row['url']); 
            if (
stristr($row['title'], '<LNG>')) { 
                
$titlel str_replace("<LNG>",""$row['title']);  
                
$row['title'] = $this->lang[$titlel]; 
            } 
            if (
$row['target'] == 1) { 
                
$target "target=\"_blank\""
            } 
            
$row_link .= $Skin->row_link("{$row['icon']}<br>""href='{$row['url']}' $target"
 
$row['title']); 
  Reply With Quote