Replace `include` with `file_get_contents`
Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
parent
ffcdc96a0b
commit
c658862052
|
@ -108,7 +108,7 @@
|
|||
</form>
|
||||
<div id="contactsmenu">
|
||||
<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 class="menu"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue