08.11.2016, 16:22
Ich glaube, Mr Brechreiz meint, du suchst nach:
und fügst davor ein:
PHP-Code:
eval("\$mycode_url = \"".$templates->get("mycode_url", 1, 0)."\";");
und fügst davor ein:
PHP-Code:
$parse = parse_url($url);
if(strpos($parse['host'], "amazon.de") !== false)
{
if(strpos($url, "?"))
{
$url .= "&tag=partner-id";
}
else
{
$url .= "?tag=partner-id";
}
}