View Single Post
ישן 02-11-08, 16:45   # 5
MAORBARI
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Sep 2008
הודעות: 484

MAORBARI לא מחובר  

HTML קוד:
	<tr>
	  <td>
	    <table width="100&#37;" align="center" cellspacing="0" cellpadding="2" border="0">
	      <tr>
		<td class="navigatore" style="padding: 4px;">		  
		  $row_link&nbsp;		  
		</td>
	      </tr>
	    </table>
	  </td>
	</tr>

הנה מצאתי את זה...
מה אני עושה?

עריכה: סליחה טעות זה הקוד:
HTML קוד:
			$row['icon'] = str_replace("<IMG>","$this->images", $row['icon']);
			$row['url'] = str_replace("<URL>","$this->siteurl", $row['url']);
			$row['url'] = str_replace("<FURL>","$portals->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']}", "href='{$row['url']}' $target",
 $row['title']);
תודה רבה על העזרה!!

Last edited by MAORBARI; 02-11-08 at 17:01..
  Reply With Quote