HTML קוד:
<tr>
<td>
<table width="100%" align="center" cellspacing="0" cellpadding="2" border="0">
<tr>
<td class="navigatore" style="padding: 4px;">
$row_link
</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']);
תודה רבה על העזרה!!