Posted by HarryG on 01/06/05 14:26
I simply copy my images directory into my templates directory so Dreamweaver
can resolve all the links and I can edit in the Design view.
eg. wwwroot/mysite application ie php files
wwwroot/templates my php templates
wwwroot/images my images
also
wwwroot/templates/images duplicate copy of images for dreamweaver.
HarryG
"Alp Gόneysel" <x@alpalp.com> wrote in message
news:41DBECF7.4010203@alpalp.com...
> I'm new to smarty and have a basic problem.
>
> if i edit my templates in dreamweaver, i can't see my images in html
> because they are located at templates/img/<etc>
> and my templates reside in templates folder.
>
> this is my structure:
>
> htdocs/ten -> application folder
> /ten/templates -> templates folder
> /ten/templates/images -> images folder
>
> what's the best practice to use smarty w/ dreamweaver when you're not
> developing your application @ root folder and want to see images in
> templates.
>
> thanks,
> alp
[Back to original message]
|