Page 2 of 2

Re: [Solved] Can't replay captured content

Posted: Sat Sep 04, 2010 1:56 am
by NaN
Head and body are processed separately.
If you don't want this set $config['process_whole_template'] = true; in your config.php
config.php wrote:
# In versions of CMS Made Simple prior to version 1.4, the page template was processed
# in it's entirety.  This behaviour was later changed to process the head portion of the
# page template after the body. ...