For some advanced template, it could be useful to have the possibility to display page title and page content separately.
For example : <div id="title">Page Titile</div><div id="someid">Other template stuff</div><div id="content">Page content</div>
Implementation proposal :
- change content() function to content($title=true) so that content(false) will display page content without page title.
- add title() function to display page title only
As of CMSimple_XH 1.7.0, the page title (aka. heading) isn't displayed at all anymore, so this ticket can be closed.