Answers for "cg uminho github"

1

str_ireplace

<?php
$bodytag = str_ireplace("%body%", "black", "<body text=%BODY%>");
echo $bodytag; // <body text=black>
?>
Posted by: Guest on February-28-2020
0

site.baseurl page.image_path

{% if page.img %}
  <img class="caption__media" data-interchange="
  {% for img in page.img %}
    [{{site.baseurl}}/asset/img/{{img[1]}} ({{img[0]}})]
    {% unless forloop.last %}, {% endunless %}
  {% endfor %}
  ">
{% endif %}
Posted by: Guest on May-12-2020

Browse Popular Code Answers by Language