Portal Engine
Version 2.x > Portal Engine > app_themes folder View modes: 
User avatar
Member
Member
forrester - 1/18/2007 9:36:18 PM
   
app_themes folder
One thing I like about the new Kentico is the amount of development that can be done through the cmsdesk and site manager. I noticed, though, that all images that are referenced in the css files must be placed in the app_themes folder. I tried referencing these images from my 'images' folder in the cmsdesk, but it does not work...so I have two questions:

1. Is it possible to maintain the 'app_themes' folder through the cmsdesk or site manager?

if not,

2. What do I need to do so that my css files can reference images from my 'images' folder in my cmsdesk?

Thanks,
forrester

User avatar
Guest
admin - 1/20/2007 7:39:27 PM
   
Re: app_themes folder
Hello,

The content of the app_themes folder can be currently manage only in the file system. If you need to reference some image from the CSS style, you need to use something like this:

background: url(../app_themes/mytheme/images/image1.gif)

The URL is always relative to the URL of the CSS style, which is /CMSPages/GetCSS.aspx?stylename=mytheme.

Best Regards,

User avatar
Member
Member
forrester - 1/22/2007 3:26:40 PM
   
Re: app_themes folder
Petr,

Thank you for your response.

Regards,
forrester