Update to Business Mango Theme
Over the weekend, we made some updates to the recently released Business Mango theme. After looking at some of the themes put together by Visual28, we realized we could be doing things better. We were using <cfinclude> files when we should have been using the custom <template> tags. So, with this we needed to add in a little code to the sidebar, footer and header files.
While making these changes, we also started to use <cfsilent> around the import tags in theme files. <cfsilent> suppresses output produced by CFML within a tag's scope, the most common output being unneeded white space. This just helps to keep things clean.
There was also a bug on the page.cfm file relating to when comments were on. We were using a post property for the comments (that's what we get for copying and pasting code) instead of a page property, and it was causing an error when comments were turned on.
The last minor change on this update was to fix the path for the RSS feed.
![]()



