Showing posts with label How to get base url in Opencart. Show all posts
Showing posts with label How to get base url in Opencart. Show all posts

Wednesday, 15 October 2014

Get Base Url in OpenCart


Get Base Url in OpenCart

<?php echo $this->data['base'] = $this->config->get('config_url'); ?>

OR

<?php echo $this->data['base'] = $this->config->get('config_ssl'); ?>