Example:
Code
<!--[pnpagesetvar name='title' value=$templatetitle]-->
<!--[pnpagesetvar name='description' value=$templatedesc]-->
<!--[pnpageaddvar name="stylesheet" value=$smlayout_css]-->
<!--[pnpagesetvar name='description' value=$templatedesc]-->
<!--[pnpageaddvar name="stylesheet" value=$smlayout_css]-->
That's works fine if the cache is disabled, but if I enable it, those page var are not loaded. The cached page is display but without the additional stylesheet, description...
