Quote:
Originally Posted by Ohiosweetheart
hmmmm I'm not sure I get it. I understand editing the 2-column template and copying it.
But what do you mean by 'change $includedtemplate section with your content'?
|
2-column template is a theme so in the middle of it there is a variable:
PHP Code:
$includedtemplate
This variable is replaced with your child webtemplate content when this theme is run.
Since you make this theme a regular webtemplate now (not a theme), you should delete $includedtemplate variable in it and put there your content (the content which you want inside right column).
Hope it is clear?