Vorlage:AB: Unterschied zwischen den Versionen

Aus Afterbuy-Wiki
Wechseln zu:Navigation, Suche
K
Zeile 8: Zeile 8:
 
         $content="Afterbuy-Element (?)";
 
         $content="Afterbuy-Element (?)";
 
         if(isset($argv[1]) && trim($argv[1])!=""){
 
         if(isset($argv[1]) && trim($argv[1])!=""){
           $content=trim($argv[1]);
+
           $content=str_replace('"','',trim($argv[1]));
 
         }
 
         }
 
         $content=str_replace('(?)','<html>&nbsp;<span style="color:#547392;"><i class="fas fa-question-circle"></i></span>&nbsp;</html>',$content);
 
         $content=str_replace('(?)','<html>&nbsp;<span style="color:#547392;"><i class="fas fa-question-circle"></i></span>&nbsp;</html>',$content);

Version vom 2. August 2021, 12:01 Uhr

Afterbuy-Element