I'm trying to put a link inside a source inside my controller.
Code:
$marker['icon'] = "<?php echo base_url('assets/dist/GMapMarkers/paleblue_MarkerH.png') ?>;"
but it doesn't load. I am guessing that echoing the base URL inside a controller won't work. Is there any other method to do this?