the problem with pathes occures when am trying to create a new template (tmpl_xxx) in 'templates' folder.
and namely when am putting: <img class="someClass" src="__images__some_pic.gif" alt="" />
into some HTML file.
it seems the problem is somewhere here: root/templates/tmpl_xxx/scripts/BxTemplConfig.php
-->> $site['images'] = $site['url'] . "templates/tmpl_{$GLOBALS['tmpl']}/images/";
however i tried also replace it with:
-->> $site['images'] = $site['url'] . "templates/tmpl_xxx/images/";
and nothing happend... images are missing.
please advice.
regards
Tim Shim