an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > DotShoppingCart Suite > Custom Block disappears when change theme
Last Post 1/5/2010 9:57:07 AM By lukezy. 1 replies.
1/5/2010 4:55:33 AM
Applied
Posts: 93
Joined: 9/18/2009
Custom Block disappears when change theme
I added a new HTML block to the right of the logo block (I think this is within the top master container?).
 
When I changed the theme this block was no longer present, although other blocks added (in the main part of the page) were still there.
 
Is this intentional? Can you point me to the bit that does that?
 
1/5/2010 9:57:07 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Custom Block disappears when change theme
Yes, it's defined by the theme. You can take a look at config.xml in the theme folder. Check the MasterTop session. It would reset the master top to what's defined in the config.xml.
DotShoppingCart Staff