On Thursday, September 22, 2011 10:01:29 AM UTC-4, DenesL wrote: > > > Note that width_content is not a real variable, it is just a comment > on what is going to happen when you change the sidebar settings and a > reminder to modify the base.css, in particular the #content under > #left_sidebar. >
It appears to be a real variable -- it is used to set style_content: style_content = 'style="width: %s"' % width_content which is then used here: <div id="content" {{=XML(style_content)}} > Anthony