Skip to content
Snippets Groups Projects
Commit c6588620 authored by Marin Treselj's avatar Marin Treselj Committed by Morris Jobke
Browse files

Replace `include` with `file_get_contents`

parent ffcdc96a
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
</form> </form>
<div id="contactsmenu"> <div id="contactsmenu">
<div class="icon-contacts icon-white menutoggle"> <div class="icon-contacts icon-white menutoggle">
<?php include('core/img/places/contacts.svg'); ?> <?php echo file_get_contents('core/img/places/contacts.svg'); ?>
</div> </div>
<div class="menu"></div> <div class="menu"></div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment