Osclass forums

Support forums => Themes => Topic started by: setyawan on July 09, 2015, 07:14:10 am

Title: (ASK) calling difference image in wordpress and osclass
Post by: setyawan on July 09, 2015, 07:14:10 am
hello,
Please help.  in cms wordpress, to summon an image simply use;

in wordpress :

<a><img src="<?php bloginfo('template_url'); ?>/images/728x1.png" /></a


How about in osclass ?  i try this script but can't  done.

<a><img src="<?php osc_base_path(template_url); ?>/images/728x1.png" /></a>