Vergleich admin/modules/config/post_icons.php - 1.8.6 - 1.8.13

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 465Zeile 465
	while($icon = $db->fetch_array($query))
{
$icon['path'] = str_replace("{theme}", "images", $icon['path']);

	while($icon = $db->fetch_array($query))
{
$icon['path'] = str_replace("{theme}", "images", $icon['path']);

		if(my_strpos($icon['path'], "p://") || substr($icon['path'], 0, 1) == "/")

		if(my_validate_url($icon['path'], true))

		{
$image = $icon['path'];
}

		{
$image = $icon['path'];
}