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'); ?>

1 comment:

Anonymous said...

Good job, it work! thanks :)

BunnY