It is all about programming. A blog about PHP, MYSQL, Javascript, Jquery,AJAX,HTML & CSS tutorial.
Get short trick, knowledge based snippet for programming and technology related ideas.
Wednesday, 16 December 2015
How to get active template or theme path in opencart
active template or theme path in opencart
<?php echo (DIR_TEMPLATE . $this->config->get('config_template')); ?>
No comments:
Post a Comment