Vorlage:AB: Unterschied zwischen den Versionen

Aus Afterbuy-Wiki
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „<phptag> if(is_array($argv) && !empty($argv)){ array_shift($argv); $class=""; if(isset($argv[0]) && trim($argv[0])!=""){ $class='ab…“)
 
Zeile 10: Zeile 10:
 
           $content=str_replace('(?)','<span style="color:#547392;"><i class="fas fa-question-circle"></i></span>',trim($argv[1]));
 
           $content=str_replace('(?)','<span style="color:#547392;"><i class="fas fa-question-circle"></i></span>',trim($argv[1]));
 
         }
 
         }
         echo '<html><span class="ab_'.$class.'"></html>'.$content.'<html></span></html>';
+
         echo '<html><span class="'.$class.'"></html>'.$content.'<html></span></html>';
 
}
 
}
 
</phptag>
 
</phptag>

Version vom 2. Juni 2021, 09:27 Uhr