Tuesday 1 July 2014

Call image in opencart


Call image in opencart

I have defined here how to call image in opencart. Please try to use blow small code..

catalog/view/theme/<?php echo $this->config->get('config_template'); ?>/images/image.png

Example :

<img src="catalog/view/theme/<?php echo $this->config->get('config_template'); ?>/images/image.png" width="100" height ="100" />

No comments: