Vorlage:AB: Unterschied zwischen den Versionen

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

Version vom 2. Juni 2021, 09:59 Uhr

Afterbuy-Element