Hi,
Some of my mod images aren't showing. Mod is installed in
www.abc.com/AAA/includes/modules/my_mod folder (not in admin)
I have following code
$this->icon = $template->get_template_dir('bbb.jpg', '' ,'','images/icons'). '/bbb.jpg';
and
$this->logo = $template->get_template_dir('ccc.jpg', '','' ,'images/icons'). '/ccc.jpg';
but when I follow the no-image icon it points to
http://www.abc.com/AAA/admin/include.../icons/bbb.jpg
How can I modify the code so that images are correctly found and linked.
Can anyone please assist?


Reply With Quote
