Advertisement:

Author Topic: (ASK) calling difference image in wordpress and osclass  (Read 444 times)

setyawan

  • Newbie
  • *
  • Posts: 2
(ASK) calling difference image in wordpress and osclass
« on: July 09, 2015, 07:11:28 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>