View Single Post
  #2 (permalink)  
Old 11-30-2007, 09:16 AM
admin admin is offline
Administrator
 
Join Date: Sep 2006
Posts: 328
Wink

Hi Keith,

I think your issue is that you ran the wizard out of order a few times now you two calls to the image path.

images should start like this.

Start
PHP Code:
<img src="images/mw_header_b.png" width="59" height="14" alt="logo" /> 
After running image wizard images to CMS.
PHP Code:
<img src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"?>mw_header_b.png" width="59" height="14" alt="logo" />

By the way which version are you running of the Joomla Template kit.
Cheers,
Brian